Macro goose::transaction

source ·
macro_rules! transaction {
    ($transaction_func:ident) => { ... };
}
Expand description

transaction!(foo) expands to Transaction::new(foo), but also does some boxing to work around a limitation in the compiler.