🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

Type Alias tracing_tower::InstrumentedService

source ·
pub type InstrumentedService<S, R> = Service<Service<S, R>>;

Aliased Type§

struct InstrumentedService<S, R> { /* private fields */ }