pub trait TimerGroupInstance {
    fn register_block() -> *const RegisterBlock;
}

Required Methods

Implementors