Skip to main content

read_data128

Function read_data128 

Source
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).