Trait veg::Table

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

Trait that must be implemented for your custom type

Required Methods§

source

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

Implementors§