Skip to main content

SetClauseList

Type Alias SetClauseList 

Source
pub type SetClauseList<'a> = TypedNodeList<'a, Grammar, SetClause<'a>>;
Expand description

Typed list of SetClause.

Aliased Type§

pub struct SetClauseList<'a> { /* private fields */ }