pub trait InstrumentedChannelMetric {
// Required method
fn bump(&self);
}
Available on crate feature
async
only.Expand description
A trait describing a metric that can be used with an instrumented_unbounded_channel
.
pub trait InstrumentedChannelMetric {
// Required method
fn bump(&self);
}
async
only.A trait describing a metric that can be used with an instrumented_unbounded_channel
.