[]Type Definition heim::units::Information

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

Quantity type alias using the default base units.