Type Definition cataclysm::CoreFn

source · []
pub type CoreFn<T> = Box<dyn Fn(Request, Arc<Additional<T>>) -> Pin<Box<dyn Future<Output = Response> + Send>> + Send + Sync>;
Expand description

Type for the core handlers, that is, the ones that actually create a response