flowistry_pdg_construction::async_support

Function is_async_fn_or_block

Source
fn is_async_fn_or_block(tcx: TyCtxt<'_>, instance: Instance<'_>) -> bool
Expand description

Does this instance refer to an async fn or async {}.