Function il2_iltags::io::data::read_i32[][src]

pub fn read_i32(reader: &mut dyn Reader) -> Result<i32>
Expand description

Extracts an i32 from the specified Reader.

Arguments:

Returns:

  • Ok(v): The value read;
  • Err(_): If the value could not be extracted;