syntax::attr::ThinAttributes
[−]
[src]
type ThinAttributes = Option<Box<Vec<Attribute>>>;
Unstable (
rustc_private
)A list of attributes, behind a optional box as a space optimization.