pub trait FloatMeasure: Measure + Copy { fn zero() -> Self; fn infinite() -> Self; }
A floating-point measure.