pub trait FnPinBoxFutureSend<T>: Fn() -> SendableAsyncTask<T> + Send + Sync + 'static { }
A trait for thread-safe, reference-counted closures that produce a sendable async task.