Function from_hex

Source
pub fn from_hex<I>(input: I) -> StdResult<Vec<u8>>
where I: AsRef<[u8]>,
Expand description

Decode a bag of bytes from hex into a vector of bytes