Trait std::fmt::LowerHex[src]
pub trait LowerHex {
fn fmt(&self, &mut Formatter) -> Result<(), FormatError>;
}Format trait for the x character
Required Methods
fn fmt(&self, &mut Formatter) -> Result<(), FormatError>
Formats the value using the given formatter.