pub fn read_data128(buf: &[u8]) -> Result<[u8; 16], CopyReadError>Expand description
Reads a 128-bit value from HyperBinary format.
ยงErrors
Returns CopyReadError::BufferTooShort if the buffer is too short (< 16 bytes).
pub fn read_data128(buf: &[u8]) -> Result<[u8; 16], CopyReadError>Reads a 128-bit value from HyperBinary format.
Returns CopyReadError::BufferTooShort if the buffer is too short (< 16 bytes).