pub type TimeSw = StopwatchImpl<Instant>;👎Deprecated: the
time crate has deprecated time::Instant in favor of the time::ext::InstantExt trait used with std::time::InstantAvailable on crate feature
time only.Expand description
Alias to StopwatchImpl using the time crate’s
Instant type.
Aliased Type§
pub struct TimeSw { /* private fields */ }