pub type SetClauseList<'a> = TypedNodeList<'a, Grammar, SetClause<'a>>;Expand description
Typed list of SetClause.
Aliased Type§
pub struct SetClauseList<'a> { /* private fields */ }pub type SetClauseList<'a> = TypedNodeList<'a, Grammar, SetClause<'a>>;Typed list of SetClause.
pub struct SetClauseList<'a> { /* private fields */ }