pub type StringPool<O = u32, I = u16, const NULL_PADDED: bool = false, A = Global> = StringTable<O, I, NULL_PADDED, A>;Expand description
Alias for StringTable.
Aliased Typeยง
pub struct StringPool<O = u32, I = u16, const NULL_PADDED: bool = false, A = Global> { /* private fields */ }