Function new_new

Source
pub fn new_new<N>(new_type: N, arg: N) -> Result<NewNode, AstNodeError>
where N: Into<ExprKind>,
Expand description

Creates a new new node.