Trait std::fmt::OctalStable [-] [+] [src]

pub trait Octal {
    fn fmt(&self, &mut Formatter) -> Result<(), Error>;
}

Format trait for the o character

Required Methods

fn fmt(&self, &mut Formatter) -> Result<(), Error>

Formats the value using the given formatter.

Implementors