Trait wasmtime_wasi::HostWallClock
source · pub trait HostWallClock: Send {
// Required methods
fn resolution(&self) -> Duration;
fn now(&self) -> Duration;
}
pub trait HostWallClock: Send {
// Required methods
fn resolution(&self) -> Duration;
fn now(&self) -> Duration;
}