Module actix_service::boxed

source ·
Expand description

Trait object forms of services and service factories.

Structs

  • Wrapper for a service factory that will map it’s services to boxed trait object services.

Functions

Type Aliases

  • A boxed future with no send bound or lifetime parameters.
  • Type alias for service trait object using Box.
  • Type alias for service trait object using Rc.