pub type Sw = StopwatchImpl<Instant>;Expand description
Alias to StopwatchImpl using the standard library’s
Instant type.
This is the “default” stopwatch.
Aliased Type§
struct Sw { /* private fields */ }pub type Sw = StopwatchImpl<Instant>;Alias to StopwatchImpl using the standard library’s
Instant type.
This is the “default” stopwatch.
struct Sw { /* private fields */ }