Trait WriteHex
pub 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: Write>(&self, writer: W) -> ResultWrite the value as hex.
WriteHexpub trait WriteHex
Encode a value as a hex string.
Implementors of this trait should not write the 0x prefix.
fn write_hex<W: Write>(&self, writer: W) -> ResultWrite the value as hex.