pub type ElectricalConductance<T = f64> = Quantity<T, _ElectricalConductance>;
pub struct ElectricalConductance<T = f64>(/* private fields */);