[]Type Definition heim::disk::Ratio

type Ratio = Quantity<dyn Dimension<N = Z0, T = Z0, J = Z0, L = Z0, Kind = dyn Kind + 'static, Th = Z0, M = Z0, I = Z0> + 'static, dyn Units<f32, amount_of_substance = mole, mass = kilogram, length = meter, electric_current = ampere, luminous_intensity = candela, time = second, thermodynamic_temperature = kelvin> + 'static, f32>;

Quantity type alias using the default base units.