pub trait NLastSend {
    fn n_last_send(&self) -> Option<OffsetDateTime>;
}

Required Methods§

Implementors§