Struct vec_strings::Strings [−][src]
pub struct Strings { /* fields omitted */ }
Expand description
Store any string efficiently in an immutable way.
Can store at most u32::MAX
strings, the accumulated length
of these strings can be at most u32::MAX
.
Implementations
pub fn iter(&self) -> StringsIter<'_>ⓘNotable traits for StringsIter<'a>impl<'a> Iterator for StringsIter<'a> type Item = &'a str;
Notable traits for StringsIter<'a>
impl<'a> Iterator for StringsIter<'a> type Item = &'a str;