compose3

Function compose3 

Source
pub fn compose3<M1, M2, M3>(
    first: M1,
    second: M2,
    third: M3,
) -> MiddlewarePipelineV2
where M1: Middleware + 'static, M2: Middleware + 'static, M3: Middleware + 'static,
Expand description

Compose three middleware into a pipeline