pub trait WaitForWorkFn: Fn() -> Pin<Box<dyn Future<Output = ()> + Send + Sync>> + Send + Sync + 'static { }
A trait alias. Read as “a function which returns a pinned box containing a future”