pub fn serialize_trace_file_programmatic_json(
output: TraceFileProgrammaticOutput,
) -> Result<Value, ProgrammaticError>Expand description
Serialize typed file-trace output into the JSON compatibility contract.
ยงErrors
Returns a structured error if the trace output cannot be serialized.