Trait mcircuit::HasIO[][src]

pub trait HasIO {
    fn inputs(&self) -> InputIterator<'_, Self>
    where
        Self: Sized
;
fn outputs(&self) -> OutputIterator<'_, Self>
    where
        Self: Sized
; }

Required methods

Implementors