pub fn decode_u64(input: &[u8]) -> Result<(u64, usize), DecodeError>Expand description
Decodes one fixed-width unsigned integer component.
ยงErrors
Returns DecodeError::Truncated when fewer than eight bytes remain.
pub fn decode_u64(input: &[u8]) -> Result<(u64, usize), DecodeError>Decodes one fixed-width unsigned integer component.
Returns DecodeError::Truncated when fewer than eight bytes remain.