pub type Rational = Ratio<isize>;
Alias for a Ratio of machine-sized integers.
Ratio
struct Rational { /* private fields */ }