pub type MiddlewareLayer = FromFnLayer<fn(Request, Next) -> Pin<Box<dyn Future<Output = Response> + Send>>, (), Request>;
Type alias for the middleware layer.
pub struct MiddlewareLayer { /* private fields */ }