Trait rustc_ast::ast_like::VecOrAttrVec [−][src]
Expand description
Helper trait for the macros below. Abstracts over
the two types of attribute fields that AST nodes
may have (Vec<Attribute> or AttrVec)
Helper trait for the macros below. Abstracts over
the two types of attribute fields that AST nodes
may have (Vec<Attribute> or AttrVec)