Docs.rs
app-frame-0.3.1
app-frame 0.3.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dnut
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.64
normal
futures ^0.3
normal
hyper ^0.14.26
normal
ordered-float ^3.6.0
normal
parking_lot ^0.12
normal
priority-queue ^1.3.1
normal
regex ^1.8.3
normal
tokio ^1
normal
tracing ^0.1
normal
Versions
44.85%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
app_
frame
0.3.1
Clock
Required Methods
current_timestamp
Implementors
In app_
frame::
time
app_frame
::
time
Trait
Clock
Copy item path
Source
pub trait Clock:
Send
+
Sync
{ // Required method fn
current_timestamp
(&self) ->
u64
; }
Required Methods
§
Source
fn
current_timestamp
(&self) ->
u64
Implementors
§
Source
§
impl
Clock
for
SystemClock