Type Alias rsass::value::Rational

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

Alias for a Ratio of 64-bit-sized integers.

Aliased Type§

struct Rational { /* private fields */ }