macro_rules! enum_variants_without_deprecated {
($e:ty) => { ... };
}
Expand description
The possible values from the variants of an enum which are not deprecated.
macro_rules! enum_variants_without_deprecated {
($e:ty) => { ... };
}
The possible values from the variants of an enum which are not deprecated.