logo
pub fn wrap_meter_core(
    core: Arc<dyn MeterCore + Sync + Send + 'static>,
    library: InstrumentationLibrary
) -> Meter
Available on crate feature metrics only.
Expand description

wraps impl to be a full implementation of a Meter.