pub type RuleOptions = BTreeMap<String, Value>;Expand description
Free-form options table forwarded to a rule’s emission code.
Values are kept as raw toml::Value so each rule can deserialize the
keys it cares about without the registry having to know the shape.
Aliased Type§
pub struct RuleOptions { /* private fields */ }