[][src]Function tablefy::into_string

pub fn into_string<T: Tablefy>(data: &Vec<T>) -> String

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.