Trait bitflags::parser::WriteHex

source ·
pub trait WriteHex {
    fn write_hex<W: Write>(&self, writer: W) -> Result;
}
Expand description

Encode a value as a hex number.

Required Methods§

Write the value as hex.

Implementations on Foreign Types§

Implementors§