Skip to main content

boxed_runtime_future

Function boxed_runtime_future 

Source
pub fn boxed_runtime_future<F, T>(future: F) -> RuntimeBoxFuture<T>
where F: Future<Output = T> + Send + 'static,