Function parse_hex

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