[][src]Type Definition sp_wasm_interface::Result

type Result<T> = Result<T, String>;

Result type used by traits in this crate.