[][src]Type Definition battery::units::Time

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

Quantity type alias using the default base units.