Type Definition rustc_ast::ast::AttrVec[][src]

pub type AttrVec = ThinVec<Attribute>;
Expand description

A list of attributes.

Trait Implementations