Trait std::fmt::Bool

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

Format trait for the b character

Required Methods

fn fmt(&Self, &mut Formatter)

Implementors