[][src]Type Definition fortanix_sgx_abi::Result

type Result = i32;

The first return value of usercalls that might fail.

RESULT_SUCCESS or an error code from the Error type.