into_string

Function into_string 

Source
pub fn into_string<T: Tablefy>(data: &Vec<T>) -> String
Expand 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.