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

pub trait BincodeRead<'storage>: Read + Sealed { }

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

Implementors

impl<'storage> BincodeRead<'storage> for SliceReader<'storage>[src]

impl<R> BincodeRead<'static> for IoReader<R> where
    R: Read
[src]

Loading content...