Home
last modified time | relevance | path

Searched defs: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

Completed in 2 milliseconds