macro_rules! group {
($(#[$description:meta])* $groupname:ident, $($path:ident::$rule:ident),* $(,)?) => { ... };
}Expand description
Macro for easily making a rule group hashmap.
This will call ::new() on each rule.
macro_rules! group {
($(#[$description:meta])* $groupname:ident, $($path:ident::$rule:ident),* $(,)?) => { ... };
}Macro for easily making a rule group hashmap.
This will call ::new() on each rule.