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

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

Extracts a signed ILInt value from the specified Reader.

Arguments:

Returns:

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

New since 1.3.0.