Trait bincode::read_types::BincodeRead [] [src]

pub trait BincodeRead<'storage>: IoRead { }

A byte-oriented reading trait that is specialized for slices and generic readers.

Implementors