Skip to main content

TimeFetcher

Trait TimeFetcher 

Source
pub trait TimeFetcher {
    // Required methods
    fn get_monotonic(&self) -> MonotonicInstant;
    fn get_boot(&self) -> BootInstant;
}

Required Methods§

Implementors§