Trait sgx_tstd::untrusted::time::SystemTimeEx
source · pub trait SystemTimeEx {
// Required methods
fn now() -> SystemTime;
fn elapsed(&self) -> Result<Duration, SystemTimeError>;
}
Required Methods§
fn now() -> SystemTime
fn elapsed(&self) -> Result<Duration, SystemTimeError>
Object Safety§
This trait is not object safe.