pub trait ReadIsize: Read {
// Provided methods
fn read_ne_isize(&mut self) -> Result<isize> { ... }
fn read_le_isize(&mut self) -> Result<isize> { ... }
fn read_be_isize(&mut self) -> Result<isize> { ... }
}
Expand description
Provided Methods§
Sourcefn read_ne_isize(&mut self) -> Result<isize>
fn read_ne_isize(&mut self) -> Result<isize>
Read isizein native byte order