pub fn read_fixed_bytes<const N: usize>(
buf: &[u8],
offset: usize,
) -> Result<FixedBytes<N>, AccessError>Expand description
Reads a fixed-capacity byte field from a fixed-layout buffer.
pub fn read_fixed_bytes<const N: usize>(
buf: &[u8],
offset: usize,
) -> Result<FixedBytes<N>, AccessError>Reads a fixed-capacity byte field from a fixed-layout buffer.