Docs.rs
perfgate-app-0.4.1
perfgate-app 0.4.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
EffortlessSteven
Dependencies
anyhow ^1.0.102
normal
humantime ^2.3.0
normal
perfgate-adapters ^0.4.1
normal
perfgate-domain ^0.4.1
normal
perfgate-export ^0.4.1
normal
perfgate-render ^0.4.1
normal
perfgate-sensor ^0.4.1
normal
perfgate-sha256 ^0.4.1
normal
perfgate-types ^0.4.1
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
time ^0.3.47
normal
uuid ^1.21.0
normal
insta ^1.46.3
dev
proptest ^1.7
dev
Versions
51.75%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Clock
perfgate_
app
0.4.1
Clock
Required Methods
now_rfc3339
Implementors
In crate perfgate_
app
perfgate_app
Trait
Clock
Copy item path
Source
pub trait Clock:
Send
+
Sync
{ // Required method fn
now_rfc3339
(&self) ->
String
; }
Required Methods
§
Source
fn
now_rfc3339
(&self) ->
String
Implementors
§
Source
§
impl
Clock
for
SystemClock