Skip to main content

erased_send_fn_once

Function 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,