[][src]Trait uom::si::marker::AngleKind

pub trait AngleKind: Kind { }

AngleKind is a Kind for separating angular quantities from their indentically dimensioned non-angular quantity counterparts. Conversions to and from AngleKind quantities is supported through implementations of the From trait.

let a: Angle = Angle::new::<radian>(1.0);
let r: Ratio = a.into();

Implementors

Loading content...