Searched defs:StringWrapper (Results 1 – 3 of 3) sorted by relevance
21 message StringWrapper { message
8 struct StringWrapper(String); struct11 fn into(self) -> StringWrapper { in into()
133 struct StringWrapper<'a>(&'a str); struct135 impl<'a, 'b> IntoIterator for &'a StringWrapper<'b> { implementation