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

Wraps a service factory that returns service trait objects.
Wraps service as a trait object using RcService.
Wraps service as a trait object using BoxService.

Type Definitions

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.