pub trait WriteHex { fn write_hex<W: Write>(&self, writer: W) -> Result; }
Encode a value as a hex number.
Write the value as hex.