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