Function read_wire_log
pub fn read_wire_log(
path: impl AsRef<Path>,
) -> Result<Vec<WireEntry>, WireLogError>Expand description
Read a JSONL wire log written by FileWireRecorder back into entries.
Blank lines are skipped; any other malformed line is an error.