Type Definition hdk::prelude::ExternResult

source ·
pub type ExternResult<T> = Result<T, WasmError>;
Expand description

Every extern must return a WasmError in the case of failure.