Trait windowed_stats::experimental::clock::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§