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

Trait for time function, for use in HistoricalList functions

Required Methods§

source

fn time(&self) -> Time

Implementors§