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.
Aliased Type§
struct Seconds { /* private fields */ }