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.

Implementors