Skip to main content

Instant

Type Alias Instant 

Source
pub type Instant = Instant;
Expand description

The instant type used for deadlines and annotations.

std::time::Instant on native. The browser has no monotonic std clock, so wasm substitutes an equivalent backed by performance.now().

Aliased Typeยง

pub struct Instant(/* private fields */);