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