Re-exports§
pub use crate::builder::ServiceBuilderExt;pub use crate::builder::ServicePoolBuilderExt;
Traits§
- Instrument
- Attaches spans to a
std::future::Future. - Layer
- Decorates a
Service, transforming either the request or the response. - Service
- An asynchronous function from a
Requestto aResponse. - Service
Ext - An extension trait for
Services that provides a variety of convenient adapters