pub trait TimestampExt { // Required method fn quantize(self) -> Quanta; }
Calculates the number of quanta between zero and the current timestamp.