Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ into_iter
Method
into_iter
cranelift/entity/src/primary.rs:285–287 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
283
type IntoIter = IntoIter<K, V>;
284
285
fn into_iter(self) -> Self::IntoIter {
286
IntoIter::new(self.elems.into_iter())
287
}
288
}
289
290
impl<
'a, K, V> IntoIterator for &'
a PrimaryMap<K, V>
Callers
nothing calls this directly
Calls
3
new
Function · 0.50
iter
Method · 0.45
iter_mut
Method · 0.45
Tested by
no test coverage detected