pub fn get_run(
harness: &str,
id: &str,
homes: &HarnessHomes,
) -> Result<Option<(HarnessRun, Value)>>Expand description
Read one fire by harness and id, with the verbatim native record beside
the uniform row. Ok(None) means the harness’s stores hold no such run.