Derive Macro DescribedEnumString

Source
#[derive(DescribedEnumString)]
{
    // Attributes available to this derive:
    #[metadata]
    #[metadata_type]
    #[metadata_sequence]
    #[serde]
    #[strum]
}
Expand description

Derive macro for the Described trait for enums where the varient labels provided should come from the to_string method rather than raw varient names