pub fn verify_all<'a>(events: impl IntoIterator<Item = &'a Event>) -> Result<()>
Verifies a whole run in one call.
The streaming form is Verifier; this is the convenience for recorded streams and tests.
Verifier