Type Definition bonsaidb::core::key::time::Nanoseconds

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.