Skip to main content

GetCongestionOutput

Trait GetCongestionOutput 

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

Required Methods§

Source

fn get_congestion(&mut self) -> f32

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§