Type Alias fugit::SecsDuration
source · pub type SecsDuration<T> = Duration<T, 1, 1>;
Expand description
Alias for second duration
Aliased Type§
struct SecsDuration<T> { /* private fields */ }
pub type SecsDuration<T> = Duration<T, 1, 1>;
Alias for second duration
struct SecsDuration<T> { /* private fields */ }