Trait std::fmt::Char

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

Format trait for the c character

Required Methods

fn fmt(&Self, &mut Formatter)

Implementors