Docs.rs
loong-kernel-0.1.2-alpha.1
loong-kernel 0.1.2-alpha.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
chumyin
Dependencies
async-trait ^0.1
normal
futures-util ^0.3
normal
hex ^0.4
normal
loong-contracts ^0.1.2-alpha.1
normal
semver ^1
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.11
normal
thiserror ^2
normal
tokio ^1
normal
proptest ^1
dev
tokio ^1
dev
Versions
2.37%
of the crate is documented
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
loong_
kernel
0.1.2-alpha.1
Clock
Required Methods
now_epoch_s
Implementors
In loong_
kernel::
clock
loong_kernel
::
clock
Trait
Clock
Copy item path
Source
pub trait Clock:
Send
+
Sync
{ // Required method fn
now_epoch_s
(&self) ->
u64
; }
Required Methods
§
Source
fn
now_epoch_s
(&self) ->
u64
Implementors
§
Source
§
impl
Clock
for
FixedClock
Source
§
impl
Clock
for
SystemClock