[]Type Definition heim_host::Time

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

Quantity type alias using the default base units.