Trait wasmtime_cli_flags::opt::WasmtimeOptionValue
source · pub trait WasmtimeOptionValue: Sized {
const VAL_HELP: &'static str;
// Required method
fn parse(val: Option<&str>) -> Result<Self>;
}Expand description
A helper trait for all types of options that can be parsed. This is what
actually parses the =val in key=val
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.