pub type WasmEdge_ProgramOptionType = c_uint;
Expand description
Type of option value.
Trait Implementations§
Source§impl From<ProgramOptionType> for WasmEdge_ProgramOptionType
impl From<ProgramOptionType> for WasmEdge_ProgramOptionType
Source§fn from(value: ProgramOptionType) -> Self
fn from(value: ProgramOptionType) -> Self
Converts to this type from the input type.