Trait wasi_common::clocks::WasiSystemClock[][src]

pub trait WasiSystemClock: Send + Sync {
    fn resolution(&self) -> Duration;
fn now(&self, precision: Duration) -> SystemTime; }

Required methods

Implementors