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