pub type Cst = ConcreteSyntaxTree<TerminalKind, NonTerminalKind>;
pub struct Cst { /* private fields */ }