Function print_values_as_table

Source
pub fn print_values_as_table(
    title: &str,
    headers: Vec<&str>,
    rows: Vec<Vec<String>>,
)