pub fn visit_expr_assign_mut<V>(v: &mut V, node: &mut ExprAssign) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.