Type Alias bonsaidb::core::key::time::Minutes

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

A signed duration of time represented in minutes (60 seconds). Internally, the number of minutes is represented as an i32, allowing a range of +/- ~4,086 years.

Aliased Type§

struct Minutes { /* private fields */ }