pub trait Unit: Unit { }Expand description
Marker trait to identify measurement units for the quantity. See
Unit.
Object Safety§
This trait is not object safe.
pub trait Unit: Unit { }Marker trait to identify measurement units for the quantity. See
Unit.