Docs.rs
shinyframework_common-0.1.2
shinyframework_common 0.1.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tyoma-kry
Dependencies
chrono ^0.4.31
normal
serde ^1.0.195
normal
shinyframework_configuration ^0.1.2
normal
thiserror ^1.0.56
normal
tokio-util ^0.7.10
normal
Versions
0%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
shiny_
common
0.1.2
Clock
Required Methods
now
Implementors
In shiny_
common::
clock
shiny_common
::
clock
Trait
Clock
Copy item path
Source
pub trait Clock:
Send
+
Sync
{ // Required method fn
now
(&self) ->
DateTime
<
Utc
>; }
Required Methods
§
Source
fn
now
(&self) ->
DateTime
<
Utc
>
Implementors
§
Source
§
impl
Clock
for
StaticClock
Source
§
impl
Clock
for
SystemClock