Trait bitflags::parser::ParseHex

source ·
pub trait ParseHex {
    fn parse_hex(input: &str) -> Result<Self, ParseError>
    where
        Self: Sized
; }
Expand description

Parse a value from a number encoded as a hex string.

Required Methods§

Parse the value from hex.

Implementations on Foreign Types§

Implementors§