Next

Type Alias Next 

Source
pub type Next = Box<dyn Fn(Request) -> BoxFuture<'static, Result<Response, Error>> + Send + Sync>;
Expand description

Next function type for middleware chain

Aliased Typeยง

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