Struct syntex_syntax::attr::Stability
[−]
[src]
pub struct Stability {
pub level: StabilityLevel,
pub feature: InternedString,
pub depr: Option<Deprecation>,
}Represents the #[stable], #[unstable] and #[rustc_deprecated] attributes.
Fields
level | |
feature | |
depr |