Trait Tabled

Source
pub trait Tabled {
    // Required method
    fn to_table(&self, ids: Vec<String>) -> Table;
}

Required Methods§

Source

fn to_table(&self, ids: Vec<String>) -> Table

Implementations on Foreign Types§

Source§

impl Tabled for Vec<Vec<Value>>

Source§

fn to_table(&self, ids: Vec<String>) -> Table

Implementors§