Type Definition num_rational::Rational[][src]

pub type Rational = Ratio<isize>;
Expand description

Alias for a Ratio of machine-sized integers.