Home
last modified time | relevance | path

Searched refs:BoxFuture (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/
H A Dmod.rs28 pub type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>; types
40 ) -> BoxFuture<'a, IpcResult<B>> in spawn()

Completed in 1 milliseconds