pub type WordTable<H, ALLOC> = Table<(), (), WordAttachment, H, ALLOC>;
pub struct WordTable<H, ALLOC> { /* private fields */ }