pub trait TxnBegin {
    // Required method
    fn txn_begin(&mut self) -> bool;
}

Required Methods§

source

fn txn_begin(&mut self) -> bool

Implementors§