Trait bitsparrow::BitDecode [] [src]

pub trait BitDecode<'src>: Sized + 'src {
    fn decode(_: &mut Decoder<'src>) -> Result<Self, Error>;
}

Required Methods

Implementors