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