pub type LastPersisted<'a, E> = Iter<'a, PersistedEvent<E>>;
struct LastPersisted<'a, E> { /* private fields */ }