Type Alias ElectricPotential

Source
pub type ElectricPotential<T = f64> = Quantity<T, _ElectricPotential>;

Aliased Typeยง

pub struct ElectricPotential<T = f64>(/* private fields */);