Trait GetReferenceTime

Source
pub trait GetReferenceTime: Send + Sync {
    // Required method
    fn now(&self) -> ReferenceTimeResult;
}
Expand description

Trait for getting the reference time.

Required Methods§

Source

fn now(&self) -> ReferenceTimeResult

Returns the current time.

Implementors§