pub trait Formatter { // Required method fn format(&self, content: &str) -> String; }
Trait for formatting output
Format output for display