logo
pub trait ReadFrom {
    fn read_from<B>(&mut self, reader: &mut Reader<B>)
    where
        B: BufferRef
; }

Required Methods

Implementations on Foreign Types

Implementors