pub fn load_bind_result_log(
path: &str,
) -> Result<Vec<BindResultEntry>, BindResultLogError>Expand description
Load a bind-result log file produced by vyre-emit-naga.
Returns Err on any I/O or parse failure so the caller can surface the
problem. Never silently returns a partial or empty result, the complete
log is required for accurate trace data.