Trait obs_wrapper::output::traits::GetCongestionOutput
source · [−]pub trait GetCongestionOutput: Sized {
fn get_congestion(&mut self) -> f32;
}Required Methods
source
pub trait GetCongestionOutput: Sized {
fn get_congestion(&mut self) -> f32;
}