pub trait UnitMul<Rhs: Unit>: Unit {
type Output: Unit;
}Expand description
Determines the unit type produced by multiplying a quantity of unit Self
by a quantity of unit Rhs.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.