Skip to main content

TableConstraintList

Type Alias TableConstraintList 

Source
pub type TableConstraintList<'a> = TypedNodeList<'a, Grammar, TableConstraint<'a>>;
Expand description

Typed list of TableConstraint.

Aliased Type§

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