Skip to main content

json_tool_output

Function json_tool_output 

Source
pub(crate) fn json_tool_output<T: Serialize>(
    tool: &str,
    value: &T,
) -> Result<String, String>