Function fixed_bytes

Source
pub fn fixed_bytes<const COUNT: usize>(bytes: &[u8]) -> [u8; COUNT]
Expand description

Retrieve the bytes of unknown size.