libsw

Type Alias Sw

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