pub fn new_assignment<L, R>(lhs: L, rhs: R) -> AssignmentNodewhere L: Into<ExprKind>, R: Into<ExprKind>,
Creates a new AstNode for a statement.