Type Definition fortanix_sgx_abi::Result [−][src]
pub type Result = i32;
Expand description
The first return value of usercalls that might fail.
RESULT_SUCCESS
or an error code from the
Error
type.
pub type Result = i32;
The first return value of usercalls that might fail.
RESULT_SUCCESS
or an error code from the
Error
type.