Type Alias vector::trace::InstrumentedService

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

Aliased Typeยง

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