ExtGroupProcessor

Trait ExtGroupProcessor 

Source
pub trait ExtGroupProcessor {
    // Required method
    fn group(&mut self, _: Group) -> bool;
}
Expand description

Downstream Group Processor

Required Methods§

Source

fn group(&mut self, _: Group) -> bool

Check whether any of the provided groups matches. When any of the entries matches, result will be true and otherwise false.

Implementors§