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