pub trait Committable { // Required method fn is_commit(&self) -> bool; }
A trait for operations used by database variants that support commit operations.
If this operation is a commit operation.