Function data_bytes_from_hex

Source
pub fn data_bytes_from_hex(hx: &str) -> Vec<u8> 
Expand description

Create a Bytes object from a hex string.

§Arguments

  • hx - Hex string.