[][src]Type Definition moore_vhdl_syntax::ast::ParenElems

type ParenElems = Spanned<Vec<ParenElem>>;

A vector of parenthesized expression elements, including the span of the expression that this would cover.