Type Alias viz_core::handler::Next

source ยท
pub type Next<I, H> = (I, H);
Expand description

Represents a middleware parameter, which is a tuple that includes Requset and BoxHandler.