pub fn array_from_slice<const ARRAY_SIZE: usize>(
    buffer: &[u8]
) -> Result<[u8; ARRAY_SIZE], ModelsError>
Expand description

array from slice