Trait bstring::bfmt::Display [] [src]

pub trait Display {
    fn bfmt(&self, f: &mut Formatter) -> Result;
}

Displays a value using a formatter.

Required Methods

Formats the value using the given formatter.

Implementors