[]Type Definition heim::units::Time

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

Quantity type alias using the default base units.