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
impl<'storage> BincodeRead<'storage> for SliceReader<'storage>
impl<R> BincodeRead<'static> for IoReadReader<R> where
R: IoRead,