Skip to main content

load_agent_trace

Function load_agent_trace 

Source
pub fn load_agent_trace(path: &str) -> Result<Vec<AgentEvent>>
Expand description

Load an agent trace from a JSON file.

ยงErrors

Returns an error if the file cannot be read or the JSON is invalid.