risingwave_common::cache

Trait LruKey

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