risingwave_
common
2.2.0-alpha
LruKey
Object Safety
Implementors
In risingwave_
common::
cache
risingwave_common
::
cache
Trait
LruKey
Copy item path
source
pub trait LruKey:
Eq
+
Send
+
Hash
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
Eq
+
Send
+
Hash
>
LruKey
for T