Module actix_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
Transform for the map_init_err
combinator, changing the type of a new
transform’s init error.
unit_config()
config combinator