[]Type Definition heim::process::Time

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

Quantity type alias using the default base units.