Lines Matching refs:Output
234 ) -> impl ::core::future::Future<Output = ()> + Send; in kebab_case() argument
238 ) -> impl ::core::future::Future<Output = ()> + Send; in foo() argument
241 ) -> impl ::core::future::Future<Output = ()> + Send; in function_with_dashes() argument
244 ) -> impl ::core::future::Future<Output = ()> + Send; in function_with_no_weird_characters() argument
245 fn apple(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in apple() argument
248 ) -> impl ::core::future::Future<Output = ()> + Send; in apple_pear() argument
251 ) -> impl ::core::future::Future<Output = ()> + Send; in apple_pear_grape() argument
252 fn a0(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in a0() argument
258 fn is_xml(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in is_xml() argument
261 ) -> impl ::core::future::Future<Output = ()> + Send; in explicit() argument
264 ) -> impl ::core::future::Future<Output = ()> + Send; in explicit_kebab() argument
266 fn bool(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in bool() argument
271 ) -> impl ::core::future::Future<Output = ()> + Send { in kebab_case() argument
277 ) -> impl ::core::future::Future<Output = ()> + Send { in foo() argument
282 ) -> impl ::core::future::Future<Output = ()> + Send { in function_with_dashes() argument
287 ) -> impl ::core::future::Future<Output = ()> + Send { in function_with_no_weird_characters() argument
290 fn apple(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in apple() argument
295 ) -> impl ::core::future::Future<Output = ()> + Send { in apple_pear() argument
300 ) -> impl ::core::future::Future<Output = ()> + Send { in apple_pear_grape() argument
303 fn a0(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in a0() argument
311 fn is_xml(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in is_xml() argument
316 ) -> impl ::core::future::Future<Output = ()> + Send { in explicit() argument
321 ) -> impl ::core::future::Future<Output = ()> + Send { in explicit_kebab() argument
325 fn bool(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in bool() argument