Expand description
Service type and utilities.
Service are the abstraction of (leaf) services in Rama.
Modules§
async fn(...)
as [crate
].
Structs§
- A boxed
Service
, to serve requests with, for where you require dynamic dispatch.
Traits§
- A
Service
that produces rama services, to serve requests with, be it transport layer requests or application layer requests.
Functions§
- Create a
ServiceFn
from a function.