Skip to main content

print_table

Function print_table 

Source
pub fn print_table(headers: &[&str], rows: &[Vec<String>]) -> Result<()>