pub trait Polarity: Polarity { }
Expand description

Polarity of the common electrode.

This trait is sealed and is only implemented for Anode and Cathode as they’re all that’s needed.

Implementors