Docs.rs
opendata-common-0.1.12
opendata-common 0.1.12
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
agavra
Dependencies
arc-swap ^1
normal
optional
async-trait ^0.1
normal
bytes ^1.0
normal
foyer ^0.18
normal
futures ^0.3
normal
prometheus-client ^0.22
normal
optional
serde ^1.0
normal
slatedb ^0.11.1
normal
tokio ^1.0
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
uuid ^1.14.0
normal
criterion ^0.5
dev
proptest ^1
dev
serde_yaml ^0.9
dev
slatedb ^0.11.1
dev
slatedb-common ^0.11.1
dev
tempfile ^3
dev
tokio ^1.0
dev
Versions
73.11%
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
common
0.1.12
Clock
Required Methods
now
Implementors
In common::
clock
common
::
clock
Trait
Clock
Copy item path
Source
pub trait Clock:
Send
+
Sync
{ // Required method fn
now
(&self) ->
SystemTime
; }
Required Methods
§
Source
fn
now
(&self) ->
SystemTime
Implementors
§
Source
§
impl
Clock
for
MockClock
Source
§
impl
Clock
for
SystemClock