Macro with_connection

Source
macro_rules! with_connection {
    ($pool:expr, $body:expr) => { ... };
}