Trait vise::traits::GaugeValue
source · pub trait GaugeValue: 'static + Copy + Debug {
type Atomic: Atomic<Self> + Default + Debug;
// Required method
fn encode(self) -> EncodedGaugeValue;
}
Expand description
Required Associated Types§
Required Methods§
sourcefn encode(self) -> EncodedGaugeValue
fn encode(self) -> EncodedGaugeValue
Encodes this value for exporting.
Object Safety§
This trait is not object safe.