pub trait AsyncInstrumentCore: InstrumentCore {
// Required method
fn as_any(&self) -> &dyn Any;
}
Available on crate feature
metrics
only.Expand description
An implementation-level interface to an asynchronous instrument (e.g., Observer instruments).