Module ntex::service::dev[][src]

Structs

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

unit_config() config combinator