Expand description
utility middlewares that can be used together with ServiceExt::enclosed.
Structs§
- AsyncFn
- transform given async function to middleware that can be implied to certain service through ServiceExt::enclosed API.
- Group
- middleware builder type for grouping and nesting multiple middlewares.
- Unchecked
Ready - A middleware unconditionally treat inner service type as ready. See ReadyService for detail.
Type Aliases§
- Enclosed
Builder - Type alias for specialized PipelineT type.
- Enclosed
FnBuilder - Type alias for specialized PipelineT type.
- MapBuilder
- Type alias for specialized PipelineT type.
- MapError
Builder - Type alias for specialized PipelineT type.