[]Type Definition heim_disk::Ratio

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

Quantity type alias using the default base units.