pub type WrappedMiddleware<M, S> = IntoCotError<IntoCotResponse<<M as Layer<S>>::Service>>;Expand description
A type alias for the service type returned by the
RootHandlerBuilder::middleware and similar methods.
Aliased Typeยง
pub struct WrappedMiddleware<M, S> { /* private fields */ }