pub trait FormatRenderer { // Required method fn render(&self, pos: &Position) -> Result<String, Box<dyn Error>>; }