Docs.rs
foyer-0.11.5
foyer 0.11.5
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MrCroxx
Dependencies
ahash ^0.8
normal
anyhow ^1
normal
fastrace ^0.7
normal
foyer-common ^0.9.5
normal
foyer-memory ^0.7.5
normal
foyer-storage ^0.10.5
normal
futures ^0.3
normal
pin-project ^1
normal
madsim-tokio ^0.2
normal
tracing ^0.1
normal
tempfile ^3
dev
test-log ^0.2
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
0.11.5
Key
Object Safety
Implementors
In crate foyer
Trait
foyer
::
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>
Key
for T
where T:
Send
+
Sync
+ 'static +
Hash
+
Eq
,