pub trait GetLastBlockTime {
    // Required method
    fn get_last_block_time(&mut self) -> i64;
}

Required Methods§

Implementors§