foreach_pin

Macro foreach_pin 

Source
macro_rules! foreach_pin {
    ($($pat:tt => $code:tt;)*) => { ... };
}