Skip to main content

Module io

Module io 

Modules§

peek
rewind
timeout

Structs§

BridgeIo
A bidirectional bridge between two Io objects.
ChainReader
Reader that can be used to chain two readers together.
GracefulIo
An I/O wrapper that stops reading and writing once the cancel future resolves.
HeapReader
Reader for reading from a heap-allocated bytes buffer.
PrefixedIo
a stream which has some data prefixed to be read first prior to any other reading.
StackReader
Reader for reading from a stack buffer

Traits§

Io
A generic transport of bytes is a type that implements AsyncRead, AsyncWrite and Send. This is specific to Rama and is directly linked to the supertraits of Tokio.
PeekIoProvider
A higher level trait that can be used by services which wish to peek into I/O, often as part of Deep Protocol Inspections (DPI).