pub trait InMemValTransaction: Sized { // Required method fn commit(self); }
Commit the change to local memory value