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