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

Required Methods

Implementations on Foreign Types

Implementors