[]Type Definition heim_disk::Information

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

Quantity type alias using the default base units.