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

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

Extracts an i8 from the specified Reader.

Arguments:

Returns:

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