[]Type Definition heim::units::ThermodynamicTemperature

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

Quantity type alias using the default base units.