Home
last modified time | relevance | path

Searched defs:ExportedImplFnArgs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/export/
Dattributes.rs243 pub struct ExportedImplFnArgs { struct
248 impl Parse for ExportedImplFnArgs { argument
254 impl UniffiAttributeArgs for ExportedImplFnArgs { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dfnsig.rs45 args: ExportedImplFnArgs, in new_method()
60 args: ExportedImplFnArgs, in new_constructor()
75 args: ExportedImplFnArgs, in new_trait_method()