macro_rules! parse_hex_to_u64 {
( $i:expr, $size:expr ) => { ... };
}Available on crate feature
mtls only.Expand description
Read a slice as a big-endian value.
macro_rules! parse_hex_to_u64 {
( $i:expr, $size:expr ) => { ... };
}mtls only.Read a slice as a big-endian value.