[]Type Definition heim_host::Time

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

Quantity type alias using the default base units.