pub trait OutPort {
type Target;
// Required method
fn outport(self) -> Self::Target;
}
Expand description
Convert tuple or array of pins to output port
pub trait OutPort {
type Target;
// Required method
fn outport(self) -> Self::Target;
}
Convert tuple or array of pins to output port