Struct wasmedge_sys::ExportType
source · pub struct ExportType<'module> { /* private fields */ }
Expand description
Defines the types of the exported wasm values.
Implementations§
source§impl<'module> ExportType<'module>
impl<'module> ExportType<'module>
sourcepub fn as_ptr(&self) -> *const WasmEdge_ExportTypeContext
pub fn as_ptr(&self) -> *const WasmEdge_ExportTypeContext
Provides a raw pointer to the inner ExportType context.