Enum sgx_tservice::sgxtime::SgxTimeError[][src]

pub enum SgxTimeError {
    TimeStamp(Duration),
    TimeSourceChanged,
    SgxStatus(sgx_status_t),
}

Variants

Methods

impl SgxTimeError
[src]

Trait Implementations

impl Display for SgxTimeError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SgxTimeError

impl Sync for SgxTimeError