Skip to main content

Duration

Type Alias Duration 

Source
pub type Duration = TimeDelta;
Expand description

Alias of TimeDelta, kept for compatibility with chrono::Duration (the historical name of this type).

Aliased Typeยง

pub struct Duration { /* private fields */ }