pub trait GetReturnLevel {
    fn returnlevel(&self) -> f32;
}

Required methods

Implementors