pub fn into_string<T: Tablefy>(data: &Vec<T>) -> StringExpand description
Function that turns a vector of Tablefy implementations into a formatted string.
Purpose of this is to abstract the Table from the main program. Especially
useful if all you need is the string itself.