TimestampExt

Trait TimestampExt 

Source
pub trait TimestampExt {
    // Required method
    fn quantize(self) -> Quanta;
}

Required Methods§

Source

fn quantize(self) -> Quanta

Calculates the number of quanta between zero and the current timestamp.

Implementors§