Function gclient::hex_to_vec

source ·
pub fn hex_to_vec(string: impl AsRef<str>) -> Result<Vec<u8>>
Expand description

Convert hex string to byte array.