Objects that can be formatted in a "lower hex" form.
trait LowerHex { /* Required methods */ fn fmt<W>(&self, w: &mut W) -> Result<(), Errno> where W: Write, }
&self
Formats the object into the writer.