Function leak_playground_tokio::task::erased_send_fn_once

source ยท
unsafe fn erased_send_fn_once<F, R>(
    f: F,
) -> impl FnOnce() -> Payload + Send + 'static
where F: FnOnce() -> R + Send,