Trait Percent Format Integer Constructor
Source pub trait PercentFormatIntegerConstructor {
// Required methods
fn percent(self) -> Percent;
fn ppm(self) -> Percent;
}Expand description
Percent formatted value from integer constructor trait.