Macro txsender_execute_query_with_tx

Source
macro_rules! txsender_execute_query_with_tx {
    ($pool:expr, $tx:expr, $query:expr, $method:ident) => { ... };
}
Expand description

Executes a query with a transaction if it is provided.