pub type SyntaxElement = SyntaxElement<LustreLang>;Expand description
rowan’s SyntaxElement parameterized with the Lustre language marker,
LustreLang
Aliased Type§
enum SyntaxElement {
Node(SyntaxNode<LustreLang>),
Token(SyntaxToken<LustreLang>),
}