pub trait GetNTimeConnected {
    fn get_n_time_connected(&self) -> OffsetDateTime;
}

Required Methods§

Implementors§