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