fn is_async_fn_or_block(tcx: TyCtxt<'_>, instance: Instance<'_>) -> bool
Does this instance refer to an async fn or async {}.
async fn
async {}