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