Trait TimestampSource

Source
pub trait TimestampSource {
    // Required method
    fn timestamp(&self) -> Instant;
}

Required Methods§

Implementors§