pub fn le_var_u64<'a, E>(input: &'a [u8]) -> Result<(&'a [u8], u64), Err<E>>where
E: ParseError<&'a [u8]>,
Available on crate feature
mtls
only.Expand description
Read the entire slice as a little endian unsigned integer, up to 8 bytes