[]Type Definition heim::process::Time

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

Quantity type alias using the default base units.