Skip to main content

Clock

Trait Clock 

Source
pub trait Clock: Send + Sync {
    // Required method
    fn now_rfc3339(&self) -> String;
}

Required Methods§

Implementors§