Module async_streamdata::reader::generic
source · Expand description
A generic reader providing tokio, futures and async-std integration.
A general reader abstraction for AsyncRead-kind of IOs.
Structs
futures_io::AsyncReadintegration.- A reader with an internal buffer.
tokio::io::AsyncReadintegration.- An
EofConditionimplementation that will treat any0-byte reads as EOF.
Traits
- Logic for determining whether an EOF condition was reached.
- A marker trait for the types that specify an IO implmentation.