Crate actix_service

source ·
Expand description

See Service docs for information on this crate’s foundational trait.

Modules

  • Trait object forms of services and service factories.

Macros

Structs

Traits

Functions

  • Apply a Transform to a Service.
  • Convert Fn(Config, &Service1) -> Future<Service2> fn to a service factory.
  • Convert Fn(Config, &ServiceFactory1) -> Future<ServiceFactory2> fn to a service factory.
  • Apply transform function to a service.
  • Service factory that produces apply_fn service.
  • Create ServiceFactory for function that can produce services
  • Create ServiceFactory for function that accepts config argument and can produce services
  • Create ServiceFactory for function that can act as a Service
  • Convert object of type U to a service S
  • Adapt external config argument to a config for provided service factory
  • Replace config with unit.