Type Alias bonsaidb_core::key::time::Nanoseconds

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

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

Aliased Type§

struct Nanoseconds { /* private fields */ }