Function new_assignment

Source
pub fn new_assignment<L, R>(lhs: L, rhs: R) -> AssignmentNode
where L: Into<ExprKind>, R: Into<ExprKind>,
Expand description

Creates a new AstNode for a statement.