[][src]Trait metrix::ObservationLike

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

Required methods

fn timestamp(&self) -> Instant

Loading content...

Implementors

impl<L> ObservationLike for Observation<L>[src]

Loading content...