Return a reference to the [`Engine`] used to configure the shared memory.
(&self)
| 1061 | /// Return a reference to the [`Engine`] used to configure the shared |
| 1062 | /// memory. |
| 1063 | pub(crate) fn engine(&self) -> &Engine { |
| 1064 | &self.engine |
| 1065 | } |
| 1066 | |
| 1067 | /// Construct a single-memory instance to provide a way to import |
| 1068 | /// [`SharedMemory`] into other modules. |
no outgoing calls