pub trait NLastRecv {
    fn n_last_recv(&self) -> Option<OffsetDateTime>;
}

Required Methods§

Implementors§