pub trait UnitExt {
// Required methods
fn pct(self) -> Pct;
fn px(self) -> Px;
fn deg(self) -> Angle;
fn rad(self) -> Angle;
}pub trait UnitExt {
// Required methods
fn pct(self) -> Pct;
fn px(self) -> Px;
fn deg(self) -> Angle;
fn rad(self) -> Angle;
}