Skip to main content

BoxedMiddleware

Type Alias BoxedMiddleware 

Source
pub type BoxedMiddleware = Arc<dyn Fn(Request, Next) -> MiddlewareFuture + Send + Sync>;
Expand description

Type alias for boxed middleware handlers (internal use)

Aliased Typeยง

pub struct BoxedMiddleware { /* private fields */ }