Trait WriteHex

trait WriteHex

Encode a value as a hex string.

Implementors of this trait should not write the 0x prefix.

Required Methods

fn write_hex<W: fmt::Write>(self: &Self, writer: W) -> fmt::Result

Write the value as hex.

Implementors