1 2 3 4 5
pub use opentelemetry::InstrumentationLibrary; /// A logical unit of the application code with which the emitted telemetry can /// be associated. pub type Scope = InstrumentationLibrary;