in src/transaction.rs [30:34]
fn drop(&mut self) { if let Some(h) = self.handle.take() { h.abort(); } }