Trait UpperBounded

trait UpperBounded

Numbers which have upper bounds

Required Methods

fn max_value() -> Self

Returns the largest finite number this type can represent

Implementors