[]Type Definition heim::process::Time

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

Quantity type alias using the default base units.