pub trait Measure: Debug + PartialOrd + Add<Self, Output = Self> + Default + Clone { }
Expand description
Associated data that can be used for measures (such as length).
Object Safety§
This trait is not object safe.
pub trait Measure: Debug + PartialOrd + Add<Self, Output = Self> + Default + Clone { }
Associated data that can be used for measures (such as length).