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

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

Quantity type alias using the default base units.