Trait oxygengine_ha_renderer::math::num_traits::Bounded
source · pub trait Bounded {
// Required methods
fn min_value() -> Self;
fn max_value() -> Self;
}Expand description
Numbers which have upper and lower bounds