[][src]Function ascii_table::print_table

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