Trait opentelemetry::metrics::sdk_api::AsyncInstrumentCore[][src]

pub trait AsyncInstrumentCore: InstrumentCore {
    fn as_any(&self) -> &dyn Any;
}
This is supported on crate feature metrics only.

An implementation-level interface to an asynchronous instrument (e.g., Observer instruments).

Required methods

fn as_any(&self) -> &dyn Any[src]

The underlying type as Any to support downcasting.

Loading content...

Implementors

Loading content...