Function frame_support::storage::migration::storage_iter_with_suffix
source · [−]pub fn storage_iter_with_suffix<T: Decode + Sized>(
module: &[u8],
item: &[u8],
suffix: &[u8]
) -> PrefixIterator<(Vec<u8>, T)>ⓘNotable traits for PrefixIterator<T, OnRemoval>impl<T, OnRemoval: PrefixIteratorOnRemoval> Iterator for PrefixIterator<T, OnRemoval> type Item = T;
Expand description
Construct iterator to iterate over map items in module
for the map called item
.