Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ iter
Method
iter
crates/rust/src/lib.rs:75–77 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
73
}
74
75
fn iter(&self) -> impl Iterator<Item = (&String, &TypeGeneration)> {
76
self.map.iter()
77
}
78
}
79
80
/// How a wit interface or type should be rendered in Rust
Callers
15
build
Method · 0.45
generate_to_out_dir
Method · 0.45
emit_modules
Method · 0.45
finish_export_macro
Method · 0.45
emit_custom_section
Method · 0.45
preprocess
Method · 0.45
import_interface
Method · 0.45
import_funcs
Method · 0.45
export_interface
Method · 0.45
export_funcs
Method · 0.45
finish
Method · 0.45
declare_import
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected