[][src]Type Definition gwasm_api::error::Result

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

Convience wrapper for Result returned by fallible functions in the library