[]Type Definition heim::process::Time

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

Quantity type alias using the default base units.