Function leak_playground_tokio::task::erased_future

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