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

pub trait AsyncInstrumentCore: InstrumentCore {
    pub 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

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

The underlying type as Any to support downcasting.

Loading content...

Implementors

impl AsyncInstrumentCore for NoopAsyncInstrument[src]

Loading content...