pub trait RawGenerateFn<V>: FnOnce() -> V + Send + Any { }
A function that can be used to generate a value in a background thread.