Type Definition lunarity_ast::StringLiteralNode

source ·
pub type StringLiteralNode<'ast> = Node<'ast, StringLiteral<'ast>>;