fugit

Type Alias SecsDuration

source
pub type SecsDuration<T> = Duration<T, 1, 1>;
Expand description

Alias for second duration

Aliased Typeยง

struct SecsDuration<T> { /* private fields */ }