Expand description
Definition of the core Service
trait to Tokio
More information can be found on the trait itself.
Traitsยง
- NewService
- Creates new
Service
values. - Service
- An asynchronous function from
Request
to aResponse
.
Definition of the core Service
trait to Tokio
More information can be found on the trait itself.
Service
values.Request
to a Response
.