pub fn replay<E, P>(events: &[StoredEvent<E>]) -> Result<P>where
P: Projection<E>,Expand description
Replays a complete, zero-based event sequence after validating its cursors.
ยงErrors
Rejects global-position or per-stream-version gaps and projection errors.