Struct macro_rules_rt::Matcher
source · pub struct Matcher(_);Expand description
Search pattern.
Matcher corresponds to MacroMatch* (excluding outermost brace) in Macros By Example.
pub struct Matcher(_);Search pattern.
Matcher corresponds to MacroMatch* (excluding outermost brace) in Macros By Example.