Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ffi/
Dcallbackinterface.rs151 pub fn try_convert_unexpected_callback_error<E>( in try_convert_unexpected_callback_error() method
164 pub fn try_convert_unexpected_callback_error<E>( in try_convert_unexpected_callback_error() method
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/
Dffi_converter_traits.rs381 fn try_convert_unexpected_callback_error(e: UnexpectedUniFFICallbackError) -> Result<Self>; in try_convert_unexpected_callback_error() method