Type Definition num_rational::Rational 
source · pub type Rational = Ratio<isize>;👎Deprecated since 0.4.0: it’s better to use a specific size, like 
Rational32 or Rational64Expand description
Alias for a Ratio of machine-sized integers.