Trait std::fmt::Binary[src]

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

Format trait for the t character

Required Methods

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

Formats the value using the given formatter.

Implementors