Trait cupi::DigitalLogic [] [src]

pub trait DigitalLogic {
    fn logic_level(&self) -> Logic;
}

Required Methods

Implementors