Function rustpython_ast::fold::fold_stmt_async_function_def

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