Struct syntax::attr::StabilityExperimental
[-]
[+]
[src]
pub struct Stability { pub level: StabilityLevel, pub text: Option<InternedString>, }
Represents the #[deprecated="foo"] and friends attributes.
Fields
level | |
text |