Trait GetTime

Source
pub trait GetTime: Send + Sync {
    // Required method
    fn now(&self) -> Tai64;
}

Required Methods§

Source

fn now(&self) -> Tai64

Implementors§