Type Alias wasmtime_wasi::bindings::clocks::monotonic_clock::Instant

source ·
pub type Instant = u64;
Expand description

An instant in time, in nanoseconds. An instant is relative to an unspecified initial value, and can only be compared to instances from the same monotonic-clock.