[−][src]Type Definition wlambda::selector::PatternNode
type PatternNode = Box<dyn Fn(RxBuf, &mut SelectorState) -> PatResult>;
A function type for the evaluation node of a regex pattern.
type PatternNode = Box<dyn Fn(RxBuf, &mut SelectorState) -> PatResult>;
A function type for the evaluation node of a regex pattern.