Function rustpython_vm::compiler::parser::ast::fold::fold_excepthandler
source · pub fn fold_excepthandler<U, F>(
folder: &mut F,
node: ExceptHandler<U>
) -> Result<ExceptHandler<<F as Fold<U>>::TargetU>, <F as Fold<U>>::Error>where
F: Fold<U> + ?Sized,