Struct alacritty::display::content::Regex [−][src]
struct Regex<'a> {
matches: Cow<'a, RegexMatches>,
index: usize,
}Expand description
Visible regex match tracking.
Fields
matches: Cow<'a, RegexMatches>All visible matches.
index: usizeIndex of the last match checked.