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