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

pub fn write_signed_ilint(v: i64, writer: &mut dyn Writer) -> Result<()>
Expand description

Writes a signed ILInt value to the specified Writer.

Arguments:

  • v: The value;
  • writer: The Writer;

Returns:

  • Ok(()): For success;
  • Err(_): For failure;

New since 1.2.1