Skip to main content

group

Macro group 

Source
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.