pub trait Instance {
    fn register_block(&self) -> &RegisterBlock;
}

Required Methods§

Implementors§