Searched defs:rust_future (Results 1 – 2 of 2) sorted by relevance
112 rust_future: Option<Pin<Box<dyn Future<Output = String>>>>, field120 let rust_future: Pin<Box<dyn Future<Output = String>>> = { in new() localVariable133 let rust_future = Some(rust_future); in new() localVariable
63 let rust_future = RustFuture::new(Receiver(channel.clone()), crate::UniFfiTag); in channel() localVariable210 let rust_future: Arc<dyn RustFutureFfi<RustBuffer>> = RustFuture::new(future, crate::UniFfiTag); in test_wake_during_poll() localVariable