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