client-rust
client-rust copied to clipboard
Option to rollback transaction on drop
This shouldn't be the default since it means doing a lot of work in drop and work which can cause errors (and thus double panics), but it would be a useful convenience option.