MCPcopy Create free account
hub / github.com/argumentcomputer/ix / Iter

Class Iter

crates/ixon/src/map.rs:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 pub struct Iter<'a, K, V>(hash_map::Iter<'a, K, V>);
94
95 impl<'a, K, V> Iterator for Iter<'a, K, V> {
96 type Item = MapRef<'a, K, V>;

Callers 1

iterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected