Skip to main content

BoxedMiddleware

Type Alias BoxedMiddleware 

Source
pub type BoxedMiddleware = Box<dyn RouteMiddleware<Future = Pin<Box<dyn Future<Output = ()> + Send>>>>;
Available on crate feature middleware only.
Expand description

Type-erased middleware for dynamic dispatch

Aliased Typeยง

pub struct BoxedMiddleware(/* private fields */);