[]Type Definition heim::units::Time

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

Quantity type alias using the default base units.