[]Type Definition heim::units::Time

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

Quantity type alias using the default base units.