Crate tokio_service
source · [−]Expand description
Definition of the core Service
trait to Tokio
More information can be found on the trait itself.
Traits
Creates new Service
values.
An asynchronous function from Request
to a Response
.
Definition of the core Service
trait to Tokio
More information can be found on the trait itself.
Creates new Service
values.
An asynchronous function from Request
to a Response
.