Returns the underlying [`Engine`] this store is connected to.
(&self)
| 2134 | |
| 2135 | /// Returns the underlying [`Engine`] this store is connected to. |
| 2136 | pub fn engine(&self) -> &Engine { |
| 2137 | self.store.engine() |
| 2138 | } |
| 2139 | |
| 2140 | /// Perform garbage collection. |
| 2141 | /// |
no outgoing calls