Searched defs:WrappedFuture (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ffi/rustfuture/ |
D | future.rs | 92 struct WrappedFuture<F, T, UT> struct 106 impl<F, T, UT> WrappedFuture<F, T, UT> implementation 185 unsafe impl<F, T, UT> Send for WrappedFuture<F, T, UT> implementation
|