Derive Macro smart_config::DeserializeConfig 
source ยท #[derive(DeserializeConfig)]
{
    // Attributes available to this derive:
    #[config]
}
Expand description
Derives the DeserializeConfig trait for a type.
This macro is intended to be used together with DescribeConfig. It reuses
the same attributes, so see DescribeConfig docs for details and examples of usage.