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