hex_to_array

Function hex_to_array 

Source
pub fn hex_to_array<const N: usize>(s: &str) -> Result<[u8; N], DecodeError>