[−][src]Type Definition heim_common::units::si::quantities::Capacitance
type Capacitance<V> = Quantity<dyn Dimension<Th = Z0, Kind = dyn Kind + 'static, T = PInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>>, I = PInt<UInt<UInt<UTerm, B1>, B0>>, M = NInt<UInt<UTerm, B1>>, J = Z0, L = NInt<UInt<UInt<UTerm, B1>, B0>>, N = Z0> + 'static, dyn Units<V, electric_current = ampere, time = second, thermodynamic_temperature = kelvin, amount_of_substance = mole, length = meter, luminous_intensity = candela, mass = kilogram> + 'static, V>;
Quantity type alias using the default base units
parameterized on the underlying storage type.