prettytable::format::FORMAT_NO_TITLE [] [src]

pub const FORMAT_NO_TITLE: TableFormat = TableFormat{col_sep: Some(['|' as u8]),
            line_sep: Some(MINUS_PLUS_SEP),
            title_sep: Some(MINUS_PLUS_SEP),}

Similar to FORMAT_DEFAULT but without special separator after title line