[][src]Trait deku::BitsReader

pub trait BitsReader: BitsSize {
    fn read(
        input: &BitSlice<Msb0, u8>,
        len: usize
    ) -> Result<(&BitSlice<Msb0, u8>, Self), DekuError>
    where
        Self: Sized
; }

Required methods

fn read(
    input: &BitSlice<Msb0, u8>,
    len: usize
) -> Result<(&BitSlice<Msb0, u8>, Self), DekuError> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl BitsReader for u8[src]

impl BitsReader for u16[src]

impl BitsReader for u32[src]

impl BitsReader for u64[src]

impl BitsReader for usize[src]

Loading content...

Implementors

Loading content...