Home
last modified time | relevance | path

Searched refs:IntoFuture (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/utils/
Dtask.rs5 future::{Future, IntoFuture},
47 f: impl IntoFuture<Output = T> + 'static, in try_await()
/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs3 future::{Future, IntoFuture},
49 impl<F> IntoFuture for PendingConnectionAttempt<F>
54 type IntoFuture = F; typedef
56 fn into_future(self) -> Self::IntoFuture { in into_future() argument