pub type DeferredFn = fn() -> Pin<Box<dyn Future<Output = ()> + 'static>>;
no_alloc
Type alias for a 'static function pointer returning a pinned async future.
'static