Skip to main content

bytes_from_hex

Function bytes_from_hex 

Source
pub fn bytes_from_hex<'a, T: Into<Cow<'a, [u8]>>>(
    hex_bytes: T,
) -> Result<Vec<u8>, String>