macro_rules! impl_rule_config_methods {
($config_ty:ty) => { ... };
}Expand description
Implements default_config_section, config_schema and from_config for a rule
backed by a serde RuleConfig struct. Use inside the rule’s impl Rule block; the
rule must provide a from_config_struct(config) constructor.