Function transaction_stm::with_tx [] [src]

pub fn with_tx<F, T, E>(f: F) -> WithTx<F> where
    F: Fn(&mut Stm) -> Result<T, E>,