Docs.rs
qcs-api-client-common-0.7.12
qcs-api-client-common 0.7.12
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
rigetti-githubbot
Dependencies
async-trait ^0.1
normal
backoff ^0.4.0
normal
futures ^0.3.26
normal
home ^0.5.5
normal
http ^0.2.8
normal
jsonwebtoken ^9.2.0
normal
reqwest ^0.11.11
normal
serde ^1.0
normal
thiserror ^1.0.32
normal
time ^0.3.34
normal
tokio ^1.20.1
normal
toml ^0.7.3
normal
tracing ^0.1.37
normal
optional
url ^2.3.1
normal
optional
urlpattern ^0.2.0
normal
optional
rstest ^0.17.0
dev
serial_test ^2.0.0
dev
tempfile ^3.3.0
dev
tokio ^1.20.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
qcs_api_client_common
0.7.12
Clock
Required Methods
now
Implementors
In qcs_api_client_common::backoff
?
Trait
qcs_api_client_common
::
backoff
::
Clock
source
·
[
−
]
pub trait Clock { // Required method fn
now
(&self) ->
Instant
; }
Expand description
Clock returns the current time.
Required Methods
§
source
fn
now
(&self) ->
Instant
Implementors
§
source
§
impl
Clock
for
SystemClock