DisplayWithOptions

Trait DisplayWithOptions 

Source
pub trait DisplayWithOptions: Display {
    // Provided method
    fn fmt_with_options(
        &self,
        f: &mut Formatter<'_>,
        _options: &Options,
    ) -> Result { ... }
}
Expand description

Display something with options.

Provided Methods§

Source

fn fmt_with_options(&self, f: &mut Formatter<'_>, _options: &Options) -> Result

Implementors§