pub type Rational32 = Ratio<i32>;
Alias for a Ratio of 32-bit-sized integers.
Ratio
struct Rational32 { /* private fields */ }