Trait iota_metrics::GaugeGuardFutureExt

source ·
pub trait GaugeGuardFutureExt: Future + Sized {
    // Required method
    fn count_in_flight(self, g: &IntGauge) -> GaugeGuardFuture<'_, Self> ;
}

Required Methods§

source

fn count_in_flight(self, g: &IntGauge) -> GaugeGuardFuture<'_, Self>

Count number of in flight futures running

Object Safety§

This trait is not object safe.

Implementors§