Macro RuleActionUnknown
macro_rules! RuleActionUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown RuleAction
member.
macro_rules! RuleActionUnknown {
() => { ... };
}
Pattern that matches an unknown RuleAction
member.