Enum syntex_syntax::ast::AttrStyle
[−]
[src]
pub enum AttrStyle { Outer, Inner, }
Distinguishes between Attributes that decorate items and Attributes that are contained as statements within items. These two cases need to be distinguished for pretty-printing.
Variants
Outer | |
Inner |