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

type AttrVec = ThinVec<Attribute>;

A list of attributes.

Trait Implementations

impl HasAttrs for AttrVec[src]