[−][src]Crate actix_service
Modules
| blank | |
| boxed |
Structs
| AndThen | Service for the |
| AndThenNewService |
|
| FnService | |
| FromErr | Service for the |
| FromErrNewService | NewService for the |
| Map | Service for the |
| MapErr | Service for the |
| MapErrNewService | NewService for the |
| MapInitErr |
|
| MapNewService |
|
| Then | Service for the |
| ThenNewService |
|
Enums
| Void | The empty type for cases which can't occur. |
Traits
| IntoConfigurableNewService | Trait for types that can be converted to a configurable |
| IntoNewService | Trait for types that can be converted to a |
| IntoService | Trait for types that can be converted to a |
| IntoTransform | Trait for types that can be converted to a transform service |
| NewService | Creates new |
| Service | An asynchronous function from |
| ServiceExt | An extension trait for |
| Transform |
|
Functions
| apply_cfg | Create new ApplyConfig` service factory combinator |
| apply_fn | Apply tranform function to a service |
| apply_fn_factory | Create fractory for |
| apply_transform | Apply transform to service factory. Function returns services factory that in initialization creates service and applies transform to this service. |
| fn_cfg_factory | Create |
| fn_factory | Create |
| fn_service | Create |
| fn_transform | Use function as transform service |