pub fn fold_expr_assign<F>(f: &mut F, node: ExprAssign) -> ExprAssign where
    F: Fold + ?Sized
Available on crate feature fold only.