Function fold_withitem

Source
pub fn fold_withitem<U, F>(
    folder: &mut F,
    node: WithItem<U>,
) -> Result<WithItem<<F as Fold<U>>::TargetU>, <F as Fold<U>>::Error>
where F: Fold<U> + ?Sized,