Skip to main content

TableRow

Trait TableRow 

Source
pub trait TableRow {
    // Required method
    fn to_row(&self) -> Vec<String>;
}
Expand description

Trait for types that can be displayed as a table row.

Required Methods§

Source

fn to_row(&self) -> Vec<String>

Implementors§