logo
pub trait CreateFrom {
    fn create_from<B>(reader: &mut Reader<B>) -> Self
    where
        B: BufferRef
; }

Required Methods

Implementations on Foreign Types

Implementors