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

Signature

pub trait LowerHex

Trait functions

fmt

Signature

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