Return a reference to the underlying transaction.
(&self)
| 56 | |
| 57 | /// Return a reference to the underlying transaction. |
| 58 | pub fn txn(&self) -> &'a T { |
| 59 | self.txn |
| 60 | } |
| 61 | |
| 62 | /// Return a reference to the underlying change store. |
| 63 | pub fn change_store(&self) -> &'a C { |
no outgoing calls