error_cell

Function error_cell 

Source
pub fn error_cell(content: &str) -> Cell
Expand description

Creates a styled cell with error color (red).

§Examples

use sublime_cli_tools::output::table::error_cell;

let cell = error_cell("✗");