pub type StringTable<'a> = Table<'a, StringItem>;
pub struct StringTable<'a> { /* private fields */ }