Type Definition sgx_types::error::SgxResult

source · []
pub type SgxResult<T = ()> = Result<T, SgxStatus>;