pub trait FactorUnits {
// Required methods
fn pct(self) -> FactorPercent;
fn fct(self) -> Factor;
}Expand description
Required Methods§
Sourcefn pct(self) -> FactorPercent
fn pct(self) -> FactorPercent
Percent factor.
pub trait FactorUnits {
// Required methods
fn pct(self) -> FactorPercent;
fn fct(self) -> Factor;
}Percent factor.