Module make

Source
Available on crate feature make only.
Expand description

Trait aliases for Services that produce specific types of Responses.

Modules§

future
Future types

Structs§

AsService
Service returned by MakeService::as_service.
IntoService
Service returned by MakeService::into_service.
Shared
A MakeService that produces services by cloning an inner service.

Traits§

MakeConnection
The MakeConnection trait is used to create transports.
MakeService
Creates new Service values.