pub trait GetCongestionOutput: Sized {
    fn get_congestion(&mut self) -> f32;
}

Required Methods

Implementors