Trait sgx_tstd::untrusted::time::SystemTimeEx[][src]

pub trait SystemTimeEx {
    fn now() -> SystemTime;
fn elapsed(&self) -> Result<Duration, SystemTimeError>; }

Required Methods

Implementors