table_right_from

Function table_right_from 

Source
pub fn table_right_from<I: IntoIterator<Item = T>, T: ToString>(
    start: usize,
    titles: I,
) -> Table
Expand description

Create a new table with titles and right aligned columns