pub type WasmEdge_ProgramOptionType = c_uint;
Expand description

Type of option value.

Trait Implementations§

source§

impl From<ProgramOptionType> for WasmEdge_ProgramOptionType

source§

fn from(value: ProgramOptionType) -> Self

Converts to this type from the input type.