Type Definition lunarity_ast::ExpressionNode

source ·
pub type ExpressionNode<'ast> = Node<'ast, Expression<'ast>>;