[][src]Trait deku::BitsReader

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

Required methods

fn read(
    input: (&[u8], usize),
    bits: usize
) -> Result<((&[u8], usize), 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 u128[src]

impl BitsReader for usize[src]

Loading content...

Implementors

Loading content...