Home
last modified time | relevance | path

Searched refs:has_async_method (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/export/
Dcallback_interface.rs79 let has_async_method = methods.iter().any(|m| m.is_async); in trait_impl() localVariable
80 let impl_attributes = has_async_method.then(|| quote! { #[::async_trait::async_trait] }); in trait_impl()