flowistry_pdg_construction

Function is_async_trait_fn

Source
pub fn is_async_trait_fn(
    tcx: TyCtxt<'_>,
    def_id: DefId,
    body: &Body<'_>,
) -> bool
Expand description

Does this function have a structure as created by the #[async_trait] macro