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

Required Methods§

Implementors§