pub trait NewTable<T> { // Required method fn new_table(&mut self, element: ElemType, range: T) -> TableIndex; }