☰
sgx_tstd
2.0.0
InstantEx
Required Methods
elapsed
now
Object Safety
Implementors
In sgx_tstd::untrusted::time
?
Trait
sgx_tstd
::
untrusted
::
time
::
InstantEx
source
·
[
−
]
pub trait InstantEx { // Required methods fn
now
() ->
Instant
;
fn
elapsed
(&self) ->
Duration
; }
Required Methods
§
source
fn
now
() ->
Instant
source
fn
elapsed
(&self) ->
Duration
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
InstantEx
for
Instant