pub type HandlerFn = dyn Fn(ElifRequest) -> NextFuture<'static> + Send + Sync;Expand description
Handler function type for request processing
pub type HandlerFn = dyn Fn(ElifRequest) -> NextFuture<'static> + Send + Sync;Handler function type for request processing