pub type BigRational = Ratio<BigInt>;
Alias for arbitrary precision rationals.
pub struct BigRational { /* private fields */ }