vec_to_array

Function vec_to_array 

Source
pub fn vec_to_array<const N: usize>(
    vec: &[u8],
) -> Result<[u8; N], InvalidVectorSizeError>