Module bincode::de::read

source ·
Expand description

Specialized ways to read data into bincode.

Structs§

  • A BincodeRead implementation for io::Readers
  • A BincodeRead implementation for byte slices

Traits§

  • An optional Read trait for advanced Bincode usage.