Type Alias sgx_types::error::SgxQcnlResult

source ·
pub type SgxQcnlResult<T = ()> = Result<T, QcnlError>;

Aliased Type§

enum SgxQcnlResult<T = ()> {
    Ok(T),
    Err(QcnlError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(QcnlError)

Contains the error value