pub trait AddTable<T>where T: Mappable,{ // Required method fn add(&mut self, _entries: Vec<TableEntry<T>>); }