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