Type Definition sp_wasm_interface::Result[][src]

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

Result type used by traits in this crate.