Skip to main content

Instant

Type Alias Instant 

Source
pub type Instant = Instant;
Expand description

Cross-target monotonic clock instant. See module-level docs.

Native (not(target_arch = "wasm32")): tokio::time::Instant — honours tokio::time::pause() / advance() for deterministic test clocks.

Aliased Type§

pub struct Instant { /* private fields */ }