Trait re_viewer::external::re_ui::SyntaxHighlighting

source ·
pub trait SyntaxHighlighting {
    // Required method
    fn syntax_highlight_into(&self, style: &Style, job: &mut LayoutJob);

    // Provided method
    fn syntax_highlighted(&self, style: &Style) -> LayoutJob { ... }
}

Required Methods§

source

fn syntax_highlight_into(&self, style: &Style, job: &mut LayoutJob)

Provided Methods§

source

fn syntax_highlighted(&self, style: &Style) -> LayoutJob

Implementors§