Derive Macro PluginConfig

Source
#[derive(PluginConfig)]
Available on crate feature macros only.
Expand description

Generates a derived macro implementation of the PluginConfig trait to deserialize each plugin config field derived from the Policy File. Config-related errors are handled by the ConfigError crate to generate specific error messages that detail the plugin, field, and type expected from the Policy File.