Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/utils/
Dtask.rs49 let mut handle = spawn_local(f.into_future()); in try_await()
/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs56 fn into_future(self) -> Self::IntoFuture { in into_future() function