Searched refs:has_async_method (Results 1 – 1 of 1) sorted by relevance
79 let has_async_method = methods.iter().any(|m| m.is_async); in trait_impl() localVariable80 let impl_attributes = has_async_method.then(|| quote! { #[::async_trait::async_trait] }); in trait_impl()