pub type StringPoolIter<'a, O = u32, const NULL_PADDED: bool = false> = StringTableIter<'a, O, NULL_PADDED>;Expand description
Alias for StringTableIter.
Aliased Typeยง
pub struct StringPoolIter<'a, O = u32, const NULL_PADDED: bool = false> { /* private fields */ }