🛈 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 InstrumentedService

Source
pub type InstrumentedService<S, R> = Service<Service<S, R>>;

Aliased Typeยง

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