Timer

Type Alias Timer 

Source
pub type Timer = Timer<Runtime>;
Expand description

Alias for a dummy timer. This type can be default-constructed. Will always panic on use.

Aliased Typeยง

pub struct Timer { /* private fields */ }