pub trait GetNumBlocks {
    fn get_num_blocks(&mut self) -> i32;
}

Required Methods§

Implementors§