Type Definition num::Rational

source · []
pub type Rational = Ratio<isize>;
Expand description

Alias for a Ratio of machine-sized integers.