Enum syntex_syntax::feature_gate::AttributeGate
[−]
[src]
pub enum AttributeGate { Gated(&'static str, &'static str), Ungated, }
Variants
Gated | Is gated by a given feature gate and reason |
Ungated | Ungated attribute, can be used on all release channels |