Function rustpython_ast::fold::fold_mod_interactive
source ยท pub fn fold_mod_interactive<U, F: Fold<U> + ?Sized>(
folder: &mut F,
node: ModInteractive<U>,
) -> Result<ModInteractive<F::TargetU>, F::Error>
pub fn fold_mod_interactive<U, F: Fold<U> + ?Sized>(
folder: &mut F,
node: ModInteractive<U>,
) -> Result<ModInteractive<F::TargetU>, F::Error>