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