Trait std::fmt::Octal

pub trait Octal {
    fn fmt(&Self, &mut Formatter);
}

Format trait for the o character

Required Methods

fn fmt(&Self, &mut Formatter)

Implementors