[]Type Definition heim::process::Time

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

Quantity type alias using the default base units.