Trait ToCell
comfy_table::cell
pub trait ToCell { fn to_cell(self) -> Cell; }
fn to_cell(self) -> Cell
impl ToCell for Cell
impl<T: ToString> ToCell for T