Searched defs:StoreIterable (Results 1 – 2 of 2) sorted by relevance
139 pub trait StoreIterable<'a, K: 'a + ?Sized, V: 'a + ?Sized>: Store<K, V> { trait
56 impl<'a, K: 'a, V: 'a> StoreIterable<'a, K, V> for &'a [(K, V)] { impl