MCPcopy 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)]
1119struct Flag {
1120 rename: Option<String>,
1121 name: String,
1122}
1123
1124impl Parse for Flag {
1125 fn parse(input: ParseStream) -> Result<Self> {

Callers 2

newMethod · 0.50
is_obj_ptr_paramFunction · 0.50

Calls

no outgoing calls

Tested by 1

newMethod · 0.40