LowerHex

A trait for hex formatting in lower case, using the empty format ("{:x}").

Fully qualified path: core::fmt::LowerHex

pub trait LowerHex<T>

Trait functions

fmt

Fully qualified path: core::fmt::LowerHex::fmt

fn fmt(self: @T, ref f: Formatter) -> Result<(), Error>