Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Flag
Class
Flag
crates/component-macro/src/component.rs:1119–1122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1117
1118
#[derive(Debug)]
1119
struct Flag {
1120
rename: Option<String>,
1121
name: String,
1122
}
1123
1124
impl Parse for Flag {
1125
fn parse(input: ParseStream) -> Result<Self> {
Callers
2
new
Method · 0.50
is_obj_ptr_param
Function · 0.50
Calls
no outgoing calls
Tested by
1
new
Method · 0.40