Skip to main content

format_output

Function format_output 

Source
pub fn format_output<T: Serialize>(
    results: &[T],
    format: OutputFormat,
) -> Result<String>
Expand description

Format output to string - FOR INTERNAL USE ONLY