Function rustpython_ast::fold::fold_stmt_async_with

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