Skip to main content

verify_all

Function verify_all 

Source
pub fn verify_all<'a>(events: impl IntoIterator<Item = &'a Event>) -> Result<()>
Expand description

Verifies a whole run in one call.

The streaming form is Verifier; this is the convenience for recorded streams and tests.