Type Alias bonsaidb_core::key::time::Microseconds

source ·
pub type Microseconds = LimitedResolutionDuration<Microseconds>;
Expand description

A signed duration of time represented in microseconds (1/1,000,000th of a second). Internally, the number of microseconds is represented as an i64, allowing a range of +/- ~292,471 years.

Aliased Type§

struct Microseconds { /* private fields */ }