#[derive(DescribeConfig)]
{
// Attributes available to this derive:
#[config]
}
Expand description
Derives the DescribeConfig trait for a type. Typically used together with DeserializeConfig
to generate a fully deserializable, self-descriptive configuration.