pub trait Timings {
    // Required methods
    fn get_rx_window_offset_ms(&self) -> i32;
    fn get_rx_window_duration_ms(&self) -> u32;
}

Required Methods§

Implementors§