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