Macro with_conn

Source
macro_rules! with_conn {
    ( $x:expr , $c:ident, $r:expr , $($y:expr),* ) => { ... };
}