[]Type Definition heim_process::Time

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

Quantity type alias using the default base units.