[]Type Definition heim::process::Time

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

Quantity type alias using the default base units.