Type Alias Sw

Source
pub type Sw = StopwatchImpl<Instant>;
Available on crate feature std_instant only.
Expand description

Alias to StopwatchImpl using the standard library’s Instant type.

This is the “default” stopwatch.

Aliased Type§

pub struct Sw { /* private fields */ }