pub fn parse_hex_to_u64<S>(
    i: &[u8],
    size: S
) -> Result<(&[u8], u64), Err<Error<&[u8]>>>
where S: ToUsize + Copy,
Available on crate feature mtls only.
Expand description

Read a slice as a big-endian value.