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

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

Quantity type alias using the default base units.