Structs

Service for the and_then combinator, chaining a computation onto the end of another service which completes successfully.

.and_then() service factory combinator

Apply service combinator

apply() service factory

Apply transform to new service

Convert Fn(&Config) -> Future<Service> fn to NewService

Converter for Fn() -> Future<Service> fn

Service for the map combinator, changing the type of a service’s response.

map_config() adapter service factory

Service for the map_err combinator, changing the type of a service’s error.

Factory for the map_err combinator, changing the type of a new service’s error.

MapInitErr service combinator

MapNewService new service combinator

Service for the then combinator, chaining a computation onto the end of another service.

.then() service factory combinator

unit_config() config combinator