Return a clone of the executor's artifact store handle.
(&self)
| 372 | |
| 373 | /// Return a clone of the executor's artifact store handle. |
| 374 | pub fn artifact_store(&self) -> ArtifactStore { |
| 375 | self.registry.artifact_store() |
| 376 | } |
| 377 | |
| 378 | /// Replace the sink used for compact execution trace events. |
| 379 | pub fn set_trace_sink(&self, sink: Arc<dyn crate::trace::TraceSink>) { |
no outgoing calls