pub trait Render { // Required method fn render(&self, f: &mut Formatter<'_>, options: &RenderOpts) -> Result; }