Searched refs:into_future (Results 1 – 2 of 2) sorted by relevance
49 let mut handle = spawn_local(f.into_future()); in try_await()
56 fn into_future(self) -> Self::IntoFuture { in into_future() function