PackWidthReader

Trait PackWidthReader 

Source
pub trait PackWidthReader: Read {
    // Provided method
    fn read_pack_width_long(
        &mut self,
        pos: i32,
        width: i32,
    ) -> Result<i64, Error> { ... }
}

Provided Methods§

Source

fn read_pack_width_long(&mut self, pos: i32, width: i32) -> Result<i64, Error>

Implementations on Foreign Types§

Source§

impl PackWidthReader for Cursor<Vec<u8>>

Implementors§