MCPcopy Create free account
hub / github.com/chanced/jsonptr / into_iter

Method into_iter

src/pointer.rs:887–889  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

885 type Item = Token<'a>;
886 type IntoIter = Tokens<'a>;
887 fn into_iter(self) -> Self::IntoIter {
888 self.tokens()
889 }
890}
891
892/// An owned, mutable [`Pointer`] (akin to `String`).

Callers 7

assign_jsonFunction · 0.80
assign_tomlFunction · 0.80
allMethod · 0.80
from_tokensMethod · 0.80
qc_from_tokensFunction · 0.80
into_iterFunction · 0.80
allMethod · 0.80

Calls 1

tokensMethod · 0.80

Tested by 1

into_iterFunction · 0.64