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