pub type Rational64 = Ratio<i64>;
Alias for a Ratio of 64-bit-sized integers.
Ratio
struct Rational64 { /* private fields */ }