Derive Macro vector_config::Configurable
source ยท #[derive(Configurable)]
{
// Attributes available to this derive:
#[configurable]
}
Expand description
Generates an implementation of the Configurable
trait for the given container.
In general, #[configurable_component]
should be preferred as it ensures the other necessary derives/trait
implementations are provided, and offers other features related to describing specific configuration types, etc.