Type Alias exr::meta::attribute::Rational

source ยท
pub type Rational = (i32, u32);
Expand description

An integer dividend and divisor, together forming a ratio.