pub type Timer = Timer<Runtime>;
Alias for a dummy timer. This type can be default-constructed. Will always panic on use.
pub struct Timer { /* private fields */ }