BoxedNext

Type Alias BoxedNext 

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

A boxed next function for middleware chains

Aliased Typeยง

pub struct BoxedNext { /* private fields */ }