[−][src]Trait num_traits::bounds::Bounded
Numbers which have upper and lower bounds
Required methods
fn min_value() -> Self
returns the smallest finite number this type can represent
fn max_value() -> Self
returns the largest finite number this type can represent