Trait metered_channel::oneshot::Measurable[][src]

pub trait Measurable {
    fn measurements(&self) -> Measurements;
}
Expand description

A dummy trait that allows implementing measurements for Result<_,_>.

Required methods

Obtain a set of measurements represented by the Measurements type.

Implementations on Foreign Types

Implementors