Searched refs:declare_async_not_send (Results 1 – 1 of 1) sorted by relevance
16 async fn declare_async_not_send(&self); in declare_async_not_send() method19 self.declare_async_not_send().await in async_fn_not_send()101 async fn declare_async_not_send(&self) {} in declare_async_not_send() method104 async { self.declare_async_not_send().await }.await in async_fn_not_send()