Type Definition lunarity_ast::IdentifierNode

source ·
pub type IdentifierNode<'ast> = Node<'ast, Identifier<'ast>>;