Type Definition rsass::Rational

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

Alias for a Ratio of machine-sized integers.