macro_rules! define_middleware_pipeline {
    ($ty:ident { $( $mw_name:ident : $mw_ty:ty ),* } ) => { ... };
}
Expand description

Defines a new middleware pipeline that implements Pipeline.