Macro style::queries::feature::keyword_evaluator
source · macro_rules! keyword_evaluator { ($actual_evaluator:ident, $keyword_type:ty) => { ... }; }
Expand description
A simple helper macro to create a keyword evaluator.
This assumes that keyword feature expressions don’t accept ranges, and asserts if that’s not true. As of today there’s nothing like that (does that even make sense?).