pub type InstrumentedService<S, R> = Service<Service<S, R>>;
Aliased Type§
struct InstrumentedService<S, R> { /* private fields */ }
🛈 Note: This is pre-release documentation
for the upcoming tracing
0.2.0 ecosystem.
For the release documentation, please see docs.rs, instead.
pub type InstrumentedService<S, R> = Service<Service<S, R>>;
struct InstrumentedService<S, R> { /* private fields */ }