Next

Type Alias Next 

Source
pub type Next<State, Context, Error> = Box<dyn Fn(State, Context) -> MiddlewareOutput<Context, Error> + Send + Sync>;

Aliased Typeยง

pub struct Next<State, Context, Error>(/* private fields */);