Skip to main content

format_exec_result

Function format_exec_result 

Source
pub fn format_exec_result(result: &Value, format: &str) -> String
Expand description

Render a module execution result.

§Arguments

  • resultserde_json::Value (the output field from the executor response)
  • format"table" or "json"