Home
last modified time | relevance | path

Searched refs:ConfigSubcommand (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/src/commands/
H A Dconfig.rs13 subcommand: ConfigSubcommand,
17 enum ConfigSubcommand { enum
27 ConfigSubcommand::New(c) => c.execute(), in execute()