display query results in table
the query results have to be listed in a table. for that the column names and width have to determined.
the best way is probably to implement the Display trait, that way i can just do println!("{}", results);.
the query results have to be listed in a table. for that the column names and width have to determined.
the best way is probably to implement the Display trait, that way i can just do println!("{}", results);.