add traits required by IsCached (#19066)
This commit is contained in:
committed by
GitHub
parent
14361906ca
commit
087db70df6
@ -42,7 +42,7 @@ pub type AccountMap<K, V> = BTreeMap<K, V>;
|
|||||||
|
|
||||||
type AccountMapEntry<T> = Arc<AccountMapEntryInner<T>>;
|
type AccountMapEntry<T> = Arc<AccountMapEntryInner<T>>;
|
||||||
|
|
||||||
pub trait IsCached {
|
pub trait IsCached: 'static + Clone + Debug {
|
||||||
fn is_cached(&self) -> bool;
|
fn is_cached(&self) -> bool;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user