pub trait ObservationLike {
    fn timestamp(&self) -> Instant;
}

Required Methods§

Implementors§