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

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

Extracts an i16 from the specified Reader.

Arguments:

Returns:

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