Struct syntex_syntax::ast::Attribute_
[−]
[src]
pub struct Attribute_ { pub id: AttrId, pub style: AttrStyle, pub value: P<MetaItem>, pub is_sugared_doc: bool, }
Doc-comments are promoted to attributes that have is_sugared_doc = true
Fields
id | |
style | |
value | |
is_sugared_doc |