[]Type Definition heim::host::Time

type Time = Quantity<dyn Dimension<L = Z0, M = Z0, Th = Z0, T = PInt<UInt<UTerm, B1>>, I = Z0, N = Z0, Kind = dyn Kind + 'static, J = Z0> + 'static, dyn Units<f64, amount_of_substance = mole, mass = kilogram, luminous_intensity = candela, thermodynamic_temperature = kelvin, length = meter, electric_current = ampere, time = second> + 'static, f64>;
This is supported on feature="host" only.

Quantity type alias using the default base units.