Trait sgx_tstd::untrusted::time::SystemTimeEx [−][src]
pub trait SystemTimeEx { fn now() -> SystemTime; fn elapsed(&self) -> Result<Duration, SystemTimeError>; }
Required Methods
fn now() -> SystemTime
fn elapsed(&self) -> Result<Duration, SystemTimeError>
Implementors
impl SystemTimeEx for SystemTime