[]Type Definition heim_disk::Information

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

Quantity type alias using the default base units.