Module bincode::de::read [−][src]
Expand description
Specialized ways to read data into bincode.
Structs
| IoReader | A BincodeRead implementation for |
| SliceReader | A BincodeRead implementation for byte slices |
Traits
| BincodeRead | An optional Read trait for advanced Bincode usage. |