Trait num_traits::bounds::Bounded
source · pub trait Bounded {
// Required methods
fn min_value() -> Self;
fn max_value() -> Self;
}
Expand description
Numbers which have upper and lower bounds
Required Methods§
Object Safety§
This trait is not object safe.