pub trait Injector {
// Required method
fn set(&mut self, key: &str, value: String);
}Available on crate feature
opentelemetry only.Expand description
Injector provides an interface for adding fields from an underlying struct like HashMap