[][src]Type Definition heim_common::units::Time

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

Quantity type alias using the default base units.