Skip to main content

BoxedNext

Type Alias BoxedNext 

Source
pub type BoxedNext = Arc<dyn Fn(Request) -> Pin<Box<dyn Future<Output = Response<Body>> + Send>> + Sync + Send>;
Expand description

A boxed next function for middleware chains

Aliased Typeยง

pub struct BoxedNext { /* private fields */ }