Type Definition bonsaidb::core::key::time::Seconds

pub type Seconds = LimitedResolutionDuration<Seconds>;
Expand description

A signed duration of time represented in seconds (with no partial subseconds). Internally, the number of seconds is represented as an i64, allowing a range of +/- ~21 times the age of the universe.