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