Lines Matching refs:Output
200 fn f1(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in f1() argument
204 ) -> impl ::core::future::Future<Output = ()> + Send; in f2() argument
209 ) -> impl ::core::future::Future<Output = ()> + Send; in f3() argument
210 fn f4(&mut self) -> impl ::core::future::Future<Output = u32> + Send; in f4() argument
213 ) -> impl ::core::future::Future<Output = (u32, u32)> + Send; in f5() argument
219 ) -> impl ::core::future::Future<Output = (u32, u32, u32)> + Send; in f6() argument
222 fn f1(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in f1() argument
228 ) -> impl ::core::future::Future<Output = ()> + Send { in f2() argument
235 ) -> impl ::core::future::Future<Output = ()> + Send { in f3() argument
238 fn f4(&mut self) -> impl ::core::future::Future<Output = u32> + Send { in f4() argument
243 ) -> impl ::core::future::Future<Output = (u32, u32)> + Send { in f5() argument
251 ) -> impl ::core::future::Future<Output = (u32, u32, u32)> + Send { in f6() argument