Searched refs:WasmtimeOptionValue (Results 1 – 3 of 3) sorted by relevance
324 pub trait WasmtimeOptionValue: Sized { interface335 impl WasmtimeOptionValue for String {349 impl WasmtimeOptionValue for PathBuf {363 impl WasmtimeOptionValue for u32 {378 impl WasmtimeOptionValue for u64 {393 impl WasmtimeOptionValue for usize {408 impl WasmtimeOptionValue for bool {427 impl WasmtimeOptionValue for Duration {575 impl WasmtimeOptionValue for WasiNnGraph {687 T: WasmtimeOptionValue, in cli_parse_wrapper() argument[all …]
10 use wasmtime_cli_flags::{CommonOptions, opt::WasmtimeOptionValue};483 interval: WasmtimeOptionValue::parse(Some(dur))?, in parse()
28 use wasmtime_cli_flags::opt::WasmtimeOptionValue;