trait ToAttributedModelContent {
// Required method
fn to_attributed_content(
&self,
hl: &HighlightMap,
) -> Vec<Vec<(Rc<Highlight>, Vec<String>)>>;
}
trait ToAttributedModelContent {
// Required method
fn to_attributed_content(
&self,
hl: &HighlightMap,
) -> Vec<Vec<(Rc<Highlight>, Vec<String>)>>;
}