pub trait Formattable { // Required method fn format(&self, output: &Option<OutputOptions>) -> String; }