Table

Trait Table 

Source
pub trait Table {
    // Required method
    fn row(&self) -> Vec<ColoredString>;
}
Expand description

Trait that must be implemented for your custom type

Required Methods§

Implementors§