Skip to main content

Crate service

Crate service 

Available on crate feature tower only.
Expand description

Definition of the core Service trait to Tower

The Service trait provides the necessary abstractions for defining request / response clients and servers. It is simple but powerful and is used as the foundation for the rest of Tower.

Traits§

Service
An asynchronous function from a Request to a Response.