logo

Struct actix_service::boxed::BoxServiceFactory[][src]

pub struct BoxServiceFactory<Cfg, Req, Res, Err, InitErr>(_);
Expand description

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

Trait Implementations

Responses given by the created services.

Errors produced by the created services.

Service factory configuration.

The kind of Service created by this factory.

Errors potentially raised while building a service.

The future of the Service instance.g

Create and return a new service asynchronously.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Convert Self to a ServiceFactory

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.