Skip to main content
Platform:
peek rewind timeout BridgeIo A bidirectional bridge between two Io objects. CancelIo Extension type that can be injected into an I/O stream to cancel it gracefully. 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 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).