[]Type Definition heim_disk::Information

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

Quantity type alias using the default base units.