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

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

Extracts an u64 from the specified Reader.

Arguments:

Returns:

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