pub fn normalize_all(
events: impl IntoIterator<Item = Event>,
) -> Result<Vec<Event>>Expand description
Normalizes a whole run in one call, closing anything left open at the end.
The streaming form is ChunkNormalizer; this is the convenience for
tests, recorded streams, and anything else that has all the events already.