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_id::AsyncRead
] integration. - A reader with an internal buffer.
tokio::io::AsyncRead
integration.- An
EofCondition
implementation 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.