pub type FetchFunction<C> = Arc<Box<dyn Fn(&C) -> FetchFuture + Send + Sync>>;
A function that returns a fetch future.
pub struct FetchFunction<C> { /* private fields */ }