pub fn new_new<N>(new_type: N, arg: N) -> Result<NewNode, AstNodeError>where N: Into<ExprKind>,
Creates a new new node.