MCPcopy 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

buildMethod · 0.45
generate_to_out_dirMethod · 0.45
emit_modulesMethod · 0.45
finish_export_macroMethod · 0.45
emit_custom_sectionMethod · 0.45
preprocessMethod · 0.45
import_interfaceMethod · 0.45
import_funcsMethod · 0.45
export_interfaceMethod · 0.45
export_funcsMethod · 0.45
finishMethod · 0.45
declare_importFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected