deserialize_u64

Function deserialize_u64 

Source
pub fn deserialize_u64(
    buffer: &mut Vec<u8>,
) -> Result<u64, DeserializationError>
Expand description

Removes the next numeric value from the buffer. If the buffer does not contain enough elements to create a numeric value, the buffer is unchanged and an error is returned.