pub type HighlightedLines = Rc<[Line<'static>]>;Expand description
Highlighted lines, shared rather than copied out of the cache: a hit on a long code block would otherwise clone every line of it.
Aliased Typeยง
pub struct HighlightedLines { /* private fields */ }