pub trait TimeGetter<E: Copy + Debug>: Updatable<E> {
// Required method
fn get(&self) -> TimeOutput<E>;
}Expand description
An object for getting the absolute time.
Required Methods§
Sourcefn get(&self) -> TimeOutput<E>
fn get(&self) -> TimeOutput<E>
Get the time.