Trait rwutil::bytes0::ReadBytes0Ext [] [src]

pub trait ReadBytes0Ext: Read {
    fn read_bytes0(&mut self) -> Result<Vec<u8>> { ... }
}

Provided Methods

Implementors