Trait nvim_gtk::cmd_line::ToAttributedModelContent[][src]

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

Required methods

fn to_attributed_content(
    &self,
    hl: &HighlightMap
) -> Vec<Vec<(Rc<Highlight>, Vec<String>)>>
[src]

Loading content...

Implementations on Foreign Types

impl ToAttributedModelContent for Vec<Vec<(u64, String)>>[src]

impl ToAttributedModelContent for Vec<(u64, String)>[src]

Loading content...

Implementors

Loading content...