pub trait SetNTimeOffset {
    fn set_n_time_offset(&mut self, x: Option<Duration>);
}

Required Methods§

Implementors§