Macro retry_transaction_forever

Source
macro_rules! retry_transaction_forever {
    ($transaction:expr) => { ... };
}