Enum macro_rules_rt::match_all::MatchAllPart
source · pub enum MatchAllPart<'a> {
Unchanged(Unchanged<'a>),
Changed(Changed<'a>),
}Expand description
A part of the result of Rule::match_all.
pub enum MatchAllPart<'a> {
Unchanged(Unchanged<'a>),
Changed(Changed<'a>),
}A part of the result of Rule::match_all.