Trait mach_object::ReadStringExt [] [src]

pub trait ReadStringExt: Read {
    fn read_fixed_size_string(&mut self, len: usize) -> Result<String, Error> { ... }
}

Read a fixed size string

Provided Methods

Read the fixed size string

Implementors