[][src]Trait seven_segment::Polarity

pub trait Polarity: Polarity { }

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

impl Polarity for Anode[src]

impl Polarity for Cathode[src]

Loading content...