Docs.rs
gvm-auth-0.2.0
gvm-auth 0.2.0
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
bjoernricks
ozgen
Dependencies
chrono ^0.4.44
normal
jsonwebtoken ^10.3.0
normal
oauth2 ^5.0.0
normal
serde ^1.0.228
normal
thiserror ^2.0.18
normal
tokio ^1.50.0
normal
url ^2.5.8
normal
httpmock ^0.8.3
dev
Versions
17.65%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Clock
gvm_
auth
0.2.0
Clock
Required Methods
now
Implementations on Foreign Types
Arc<T>
Implementors
In gvm_
auth::
clock
gvm_auth
::
clock
Trait
Clock
Copy item path
Source
pub trait Clock:
Send
+
Sync
+ 'static +
Debug
{ // Required method fn
now
(&self) ->
u64
; }
Required Methods
§
Source
fn
now
(&self) ->
u64
Implementations on Foreign Types
§
Source
§
impl<T:
Clock
>
Clock
for
Arc
<T>
Source
§
fn
now
(&self) ->
u64
Implementors
§
Source
§
impl
Clock
for
ManualClock
Source
§
impl
Clock
for
SystemClock