Trait uom::si::marker::SolidAngleKind
source · pub trait SolidAngleKind: Kind { }
Expand description
SolidAngleKind
is a Kind
for separating quantities of solid angles from other
identically dimensioned quantities. Conversions to and from SolidAngleKind
quantities are
supported through implementations of the From
trait.
ⓘ
let a: SolidAngle = SolidAngle::new::<steradian>(1.0);
let r: Ratio = a.into();