pub type AccumulatingLog = Arc<RwLock<Vec<OwnedEvent>>>;
struct AccumulatingLog { /* private fields */ }