Docs.rs
pod-types-0.1.0
pod-types 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
abresas
github:podnetwork:core
Dependencies
alloy-consensus ^0.9.2
normal
alloy-primitives ^0.8.15
normal
alloy-rpc-types ^0.9.2
normal
alloy-signer ^0.9.2
normal
alloy-signer-local ^0.9.2
normal
alloy-sol-types ^0.8.15
normal
anyhow ^1.0
normal
async-trait ^0.1.83
normal
base64 ^0.22.1
normal
bytes ^1.8.0
normal
hex ^0.4.3
normal
itertools ^0.13.0
normal
k256 ^0.13.4
normal
serde ^1.0.214
normal
sha3 ^0.11.0-pre.4
normal
tokio ^1.43.1
normal
utoipa ^5.3.1
normal
Versions
2.69%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
pod_
types
0.1.0
Clock
Required Methods
now
Implementors
In pod_
types::
time
pod_types
::
time
Trait
Clock
Copy item path
Source
pub trait Clock { // Required method fn
now
(&self) ->
Timestamp
; }
Required Methods
§
Source
fn
now
(&self) ->
Timestamp
Implementors
§
Source
§
impl
Clock
for
MockClock
Source
§
impl
Clock
for
SystemClock