diff --git a/runtime/src/accounts_index.rs b/runtime/src/accounts_index.rs index a5df9be5a0..28794fbe57 100644 --- a/runtime/src/accounts_index.rs +++ b/runtime/src/accounts_index.rs @@ -42,7 +42,7 @@ pub type AccountMap = BTreeMap; type AccountMapEntry = Arc>; -pub trait IsCached { +pub trait IsCached: 'static + Clone + Debug { fn is_cached(&self) -> bool; }