Skip to main content

erased_future

Function erased_future 

Source
unsafe fn erased_future<F>(f: F) -> impl Future<Output = Payload> + 'static
where F: Future,