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

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

Writes an u64 value to the specified Writer.

Arguments:

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

Returns:

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