[]Type Definition heim_disk::Information

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

Quantity type alias using the default base units.