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§