var searchIndex = {}; searchIndex["owned_chars"] = {"doc":"This crate provides two owned iterators over String: OwnedChars and OwnedCharIndices. They have\nthe same output as Chars and CharIndices, but creating the iterator consumes the String as\nopposed to borrowing.","items":[[3,"OwnedChars","owned_chars","Iterator over the chars of a string (the string is owned by the iterator)",null,null],[3,"OwnedCharIndices","","Iterator over the chars of a string and their indices (the string is owned by the iterator)",null,null],[8,"OwnedCharsExt","","Extension trait for String providing owned char and char-index iterators",null,null],[10,"into_chars","","Gets an owning iterator over the chars (see `chars()`)",0,null],[10,"into_char_indices","","Gets an owning iterator over the chars and their indices (see `char_indices()`)",0,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"fmt","","",2,null],[11,"clone","","",2,null],[11,"next","","",1,null],[11,"next","","",2,null]],"paths":[[8,"OwnedCharsExt"],[3,"OwnedChars"],[3,"OwnedCharIndices"]]}; initSearch(searchIndex);