Trait ParseHex
pub trait ParseHex
Parse a value from a hex string.
Required Methods
fn parse_hex(input: &str) -> Result<Self, ParseError> where Self: Sized,Parse the value from hex.
ParseHexpub trait ParseHex
Parse a value from a hex string.
fn parse_hex(input: &str) -> Result<Self, ParseError>
where
Self: Sized,Parse the value from hex.