Skip to main content

SpecFormatter

Trait SpecFormatter 

Source
pub trait SpecFormatter {
    // Required method
    fn format(&self, mode: OutputMode) -> String;
}
Expand description

Formatting spec per output mode

Required Methods§

Source

fn format(&self, mode: OutputMode) -> String

Implementors§