Type Definition hdk::map_extern::ExternResult[][src]

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

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