pub trait IntoRationalExponent {
    fn into_rational_exponent(self) -> Ratio<BigInt>;
}

Required methods

Implementations on Foreign Types

Implementors