Searched refs:declare_async_inherent (Results 1 – 3 of 3) sorted by relevance
67 async fn declare_async_inherent(&self) {} in declare_async_inherent() method70 async { self.declare_async_inherent().await }.await in async_fn_inherent()99 s.declare_async_inherent(); in main()114 s.declare_async_inherent().await; in main()
55 async fn declare_async_inherent(&self) {} in declare_async_inherent() method58 async { self.declare_async_inherent().await }.await in async_fn_inherent()77 s.declare_async_inherent(); in main()
79 async fn declare_async_inherent(&self) {} in declare_async_inherent() method82 async { self.declare_async_inherent().await }.await in async_fn_inherent()126 s.declare_async_inherent().await; in main()