Trait ToRow
comfy_table::row
pub trait ToRow { fn to_row(self) -> Row; }
fn to_row(self) -> Row
impl ToRow for Row
impl<T: ToCells> ToRow for T