Trait FromHexString

Source
pub trait FromHexString {
    // Required method
    fn from_hex_string(&self) -> Result<Vec<u8>, FromHexError>;
}
Expand description

Trait to add hex decoding functionality to strings

Required Methods§

Implementations on Foreign Types§

Source§

impl FromHexString for str

Source§

impl FromHexString for String

Implementors§