MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / into_iter

Method into_iter

crates/environ/src/scopevec.rs:62–64  ·  view source on GitHub ↗

Iterate over items in this `ScopeVec`, consuming ownership.

(self)

Source from the content-addressed store, hash-verified

60
61 /// Iterate over items in this `ScopeVec`, consuming ownership.
62 pub fn into_iter(self) -> impl ExactSizeIterator<Item = Box<[T]>> {
63 self.data.into_inner().into_iter()
64 }
65}
66
67#[cfg(test)]

Callers 15

makeMethod · 0.45
exnref_get_fieldsMethod · 0.45
exnref_newMethod · 0.45
annotate_asmFunction · 0.45
execution_flagsMethod · 0.45
update_on_stopMethod · 0.45
test_round_trip_directFunction · 0.45
test_round_trip_manyFunction · 0.45
test_round_tripFunction · 0.45
from_resultMethod · 0.45
handle_requestFunction · 0.45
runFunction · 0.45

Calls 1

into_innerMethod · 0.45

Tested by 9

test_round_trip_directFunction · 0.36
test_round_trip_manyFunction · 0.36
test_round_tripFunction · 0.36
from_resultMethod · 0.36
test_stdout_stderr_writeFunction · 0.36
test_fd_readdirFunction · 0.36
evaluateMethod · 0.36
encoding_orderFunction · 0.36