pub trait NLastTxTime {
    fn n_last_tx_time(&self) -> Option<OffsetDateTime>;
}

Required Methods§

Implementors§