Module dev
Source - AndThen
- Service for the
and_then
combinator, chaining a computation onto the end
of another service which completes successfully. - AndThenFactory
.and_then()
service factory combinator- Apply
Apply
service combinator- ApplyFactory
apply()
service factory- ApplyMiddleware
Apply
middleware to a service factory.- FnService
- FnServiceConfig
- Convert
AsyncFn(Cfg) -> Result<Srv, Err>
fn to NewService - FnServiceFactory
- FnServiceNoConfig
- Converter for
Fn() -> Future<Service>
fn - FnShutdown
- Map
- Service for the
map
combinator, changing the type of a service’s response. - MapConfig
map_config()
adapter service factory- MapErr
- Service for the
map_err
combinator, changing the type of a service’s
error. - MapErrFactory
- Factory for the
map_err
combinator, changing the type of a new
service’s error. - MapFactory
MapNewService
new service combinator- MapInitErr
MapInitErr
service combinator- ServiceChain
- Chain builder - chain allows to compose multiple service into one service.
- ServiceChainFactory
- Service factory builder
- Then
- Service for the
then
combinator, chaining a computation onto the end of
another service. - ThenFactory
.then()
service factory combinator- UnitConfig
unit_config()
config combinator