Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ iter
Method
iter
crates/wiggle/generate/src/codegen_settings.rs:89–91 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
87
}
88
89
pub fn iter(&self) -> impl Iterator<Item = &ErrorType> {
90
self.m.iter()
91
}
92
93
pub fn for_abi_error(&self, tref: &TypeRef) -> Option<&ErrorType> {
94
match tref {
Callers
2
new
Method · 0.45
for_name
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected