Trait ExtGroupProcessor
Source pub trait ExtGroupProcessor {
// Required method
fn group(&mut self, _: Group) -> bool;
}
Expand description
Downstream Group Processor
Check whether any of the provided groups matches.
When any of the entries matches, result will be
true and otherwise false.