Docs.rs
foyer-common-0.6.3
foyer-common 0.6.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MrCroxx
Dependencies
ahash ^0.8
normal
bytes ^1
normal
cfg-if ^1
normal
crossbeam ^0.8
normal
hashbrown ^0.14
normal
itertools ^0.12
normal
nix ^0.28
normal
parking_lot ^0.12
normal
serde ^1
normal
madsim-tokio ^0.2
normal
rand ^0.8.5
dev
Versions
7.33%
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.6.3
StorageKey
Object Safety
Implementors
In foyer_common::code
?
Settings
Trait
foyer_common
::
code
::
StorageKey
Copy item path
source
·
[
−
]
pub trait StorageKey:
Key
+
Serialize
+
DeserializeOwned
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T>
StorageKey
for T
where T:
Key
+
Serialize
+
DeserializeOwned
,