pub trait PrettyPrint { // Required method fn pretty_print(&self, f: &mut FluentFormatter) -> Result; }