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