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