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