pub fn from_hex<I>(input: I) -> StdResult<Vec<u8>>where I: AsRef<[u8]>,
Decode a bag of bytes from hex into a vector of bytes