Type Alias Power

Source
pub type Power<T = f64> = Quantity<T, _Power>;

Aliased Typeยง

pub struct Power<T = f64>(/* private fields */);