pub fn visit_run_records(
run_id: &str,
visit: &mut dyn FnMut(&RunRecord) -> ControlFlow<()>,
) -> Option<()>Expand description
Stream a run’s raw journal records through visit, one at a time, without
materializing the archive. Same lenient tail handling as
visit_run_archive. For consumers that inspect records rather than
replayed points (journal search).