pub trait DispatchFunction<P, R>: Fn(&P) -> R + 'static + Sync + Sendwhere P: Send + Sync + ?Sized,{ }