pub type SharedEngineJournalWriter = Arc<dyn JournalWriter>;Expand description
Thread-safe wrapper for journal writers (trait object for mock support)
Aliased Typeยง
pub struct SharedEngineJournalWriter { /* private fields */ }pub type SharedEngineJournalWriter = Arc<dyn JournalWriter>;Thread-safe wrapper for journal writers (trait object for mock support)
pub struct SharedEngineJournalWriter { /* private fields */ }