pub type DurationSinceUnixEpoch = Duration;Expand description
A duration measured from the Unix Epoch (1970-01-01 00:00:00 UTC).
This is a type alias for std::time::Duration. It carries no
tracker-specific logic and lives here so that torrust-clock
has no dependency on torrust-tracker-primitives.
Aliased Typeยง
pub struct DurationSinceUnixEpoch { /* private fields */ }