render_table_preset_heavy_cyan_separators

Function render_table_preset_heavy_cyan_separators 

Source
pub fn render_table_preset_heavy_cyan_separators(
    headers: &[&str],
    rows: &[Vec<&str>],
    mode: TableMode,
    alignments: Option<&[Align]>,
    trunc_modes: Option<&[TruncateMode]>,
    row_separators: bool,
) -> String
Expand description

Preset sugar: heavy borders, cyan header, separators on by default.