Skip to main content

Formatter

Trait Formatter 

Source
pub trait Formatter {
    // Required method
    fn fmt_with(&self, options: &FormatterOptions) -> String;

    // Provided method
    fn fmt(&self) -> String { ... }
}

Required Methods§

Source

fn fmt_with(&self, options: &FormatterOptions) -> String

Provided Methods§

Source

fn fmt(&self) -> String

Implementors§