Struct jwt_simple::prelude::Clock [−][src]
pub struct Clock;
Expand description
System time
Implementations
Returns the elapsed time since the UNIX epoch
Returns the elapsed time since the UNIX epoch, based on the latest explicit time update
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Clockimpl UnwindSafe for Clock