Type Definition sgx_types::error::OsResult

source · []
pub type OsResult<T = ()> = Result<T, OsError>;