pub fn is_async_trait_fn( tcx: TyCtxt<'_>, def_id: DefId, body: &Body<'_>, ) -> bool
Does this function have a structure as created by the #[async_trait] macro
#[async_trait]