pub type ParenElems = Spanned<Vec<ParenElem>>;
Expand description

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