pub trait SetNLastBlockTime {
    fn set_n_last_block_time(&mut self, x: Option<OffsetDateTime>);
}

Required Methods§

Implementors§