Function rustpython_ast::fold::fold_stmt_with

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