Searched defs:highlight_line (Results 1 – 3 of 3) sorted by relevance
33 fn highlight_line<'s>(&mut self, line: &'s str) -> Vec<owo_colors::Styled<&'s str>> { in highlight_line() method
59 fn highlight_line<'s>(&mut self, line: &'s str) -> Vec<Styled<&'s str>>; in highlight_line() method
118 fn highlight_line<'s>(&mut self, line: &'s str) -> Vec<Styled<&'s str>> { in highlight_line() method