Trait core::fmt::OctalUnstable [-]  [+] [src]

pub trait Octal: ?Sized {
    fn fmt(&self, &mut Formatter) -> Result;
}

Format trait for the o character

Required Methods

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

Formats the value using the given formatter.

Implementors