Type Alias windowed_stats::experimental::clock::Timestamp

source ·
pub type Timestamp = Time;
Expand description

A point in time.

Aliased Type§

struct Timestamp(/* private fields */);

Trait Implementations§

source§

impl TimestampExt for Timestamp

source§

fn quantize(self) -> Quanta

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