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

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

Required methods

fn to_row(&mut self) -> Row

Loading content...

Implementors

impl ToRow for Row[src]

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

Loading content...