Macro with_transaction

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