[go: up one dir, main page]

[][src]Trait comfy_table::row::ToRow

pub trait ToRow {
    fn to_row(self) -> Row;
}

Required methods

fn to_row(self) -> Row

Loading content...

Implementors

impl ToRow for Row[src]

impl<T: ToCells> ToRow for T[src]

Loading content...