pub type HandlerFn = Arc<dyn Fn(Request, Context) -> BoxFuture<'static, Result<Response>> + Send + Sync>;
Handler function type
pub struct HandlerFn { /* private fields */ }