Function litemap::testing::check_store_full
source ยท pub fn check_store_full<'a, S>()where
S: StoreConstEmpty<u32, u64> + StoreIterableMut<'a, u32, u64> + StoreIntoIterator<u32, u64> + StoreFromIterator<u32, u64> + Clone + Debug + PartialEq + 'a,
Expand description
Similar to check_store
function, but also checks the validitiy of StoreIterableMut
trait.