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