Function syn::fold::fold_qself

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