Expand description
Trait governing how to read bytes.
Structs§
- Limit
- Limit the number of bytes that can be read out of a reader to the specified limit.
- Slice
Reader - An efficient
Readerwrapper around a slice.
Traits§
- Into
Reader - Coerce a type into a
Reader. - Reader
- Trait governing how a source of bytes is read.