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 */ }