Function fold_mod_interactive

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