Module embedded_io::asynch
source · Available on crate feature
async only.Expand description
Async IO traits
Re-exports
pub use crate::blocking::ReadExactError;Traits
Async buffered reader.
Semantics are the same as
std::io::Read, check its documentation for details.Async seek within streams.
Async writer.