Function rustpython_ast::fold::fold_stmt_match

source ยท
pub fn fold_stmt_match<U, F: Fold<U> + ?Sized>(
    folder: &mut F,
    node: StmtMatch<U>,
) -> Result<StmtMatch<F::TargetU>, F::Error>