pub trait U32Ext { // Required methods fn bps(self) -> Bps; fn day(self) -> MonthDay; fn month(self) -> Month; fn year(self) -> Year; }
Wrap in Bps
Bps
Day in month
Month
Year