Type Alias timer_list::TimeValue

source ·
pub type TimeValue = Duration;
Expand description

The type of the time value.

Currently it is just an alias of core::time::Duration.

Aliased Type§

struct TimeValue { /* private fields */ }