enum_variants_without_deprecated

Macro enum_variants_without_deprecated 

Source
macro_rules! enum_variants_without_deprecated {
    ($e:ty) => { ... };
}
Expand description

The possible values from the variants of an enum which are not deprecated.