pub type QuantaSw = Stopwatch<Instant>;Available on crate feature
quanta only.Aliased Type§
pub struct QuantaSw {
pub elapsed: Duration,
pub start: Option<Instant>,
}Fields§
§elapsed: DurationAccumulated elapsed time.
start: Option<Instant>The instant at which the stopwatch was started, if it is running.
Otherwise, None.