[][src]Function tabout::tabulate_output_as_string

pub fn tabulate_output_as_string<S: ToString>(
    columns: &[Column],
    rows: &[Vec<S>]
) -> Result<String, Error>

A convenience around tabulate_output that returns a String holding the formatted data.