Docs.rs
foyer-common-0.9.0
foyer-common 0.9.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MrCroxx
Dependencies
bitvec ^1
normal
bytes ^1
normal
cfg-if ^1
normal
crossbeam ^0.8
normal
fastrace ^0.7
normal
futures ^0.3
normal
hashbrown ^0.14
normal
itertools ^0.13
normal
metrics ^0.23
normal
nix ^0.29
normal
parking_lot ^0.12
normal
pin-project ^1
normal
rustversion ^1.0
normal
serde ^1
normal
madsim-tokio ^0.2
normal
futures ^0.3
dev
rand ^0.8.5
dev
Versions
100%
of the crate is documented
Go to latest version
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
foyer_
common
0.9.0
Key
Object Safety
Implementors
In foyer_
common::
code
Trait
foyer_common
::
code
::
Key
Copy item path
source
·
[
−
]
pub trait Key:
Send
+
Sync
+ 'static +
Hash
+
Eq
+
PartialEq
{ }
Expand description
Key trait for the in-memory cache.
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
Send
+
Sync
+ 'static +
Hash
+
Eq
>
Key
for T