pub trait Timestamped {
// Required method
fn time(&self) -> MonotonicInstant;
}Expand description
Trait for time function, for use in HistoricalList functions
pub trait Timestamped {
// Required method
fn time(&self) -> MonotonicInstant;
}Trait for time function, for use in HistoricalList functions