[][src]Function ascii_table::format_table

pub fn format_table<L1, L2, T>(data: L1, conf: &TableConfig) -> String where
    L1: IntoIterator<Item = L2>,
    L2: IntoIterator<Item = T>,
    T: Display