b3_utils

Function hex_string_with_0x_to_vec

source
pub fn hex_string_with_0x_to_vec<S: AsRef<str>>(
    stringlike: S,
) -> Result<Vec<u8>, HelperError>