Type Definition wasmedge_types::WasmEdgeResult
source · pub type WasmEdgeResult<T> = Result<T, Box<WasmEdgeError>>;
Expand description
The WasmEdge result type.
pub type WasmEdgeResult<T> = Result<T, Box<WasmEdgeError>>;
The WasmEdge result type.