Function il2_iltags::ilint::signed_decode[][src]

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

Decodes a signed ILInt value.

Arguments:

  • reader: The reader that contains the encoded value;

Returns:

  • Ok(i64): On success, returns the value read.
  • Err(ErrorKind): In case of error.

New since 1.3.0.