Timestamped

Trait Timestamped 

Source
pub trait Timestamped {
    // Required method
    fn time(&self) -> MonotonicInstant;
}
Expand description

Trait for time function, for use in HistoricalList functions

Required Methods§

Implementors§