Expand description
Macros
Structs
IoReader
stdThe
IoReader<R> struct implements Read<'data> to any reader.Traits
The
Read<'data> trait allows for reading bytes with a lifetime of 'data
from some source.Type Definitions
ErrorKind
stdA convenient alias for
io::ErrorKind.