Trait veg::colored::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§