Function pallet_housing_fund::storage::migration::storage_iter
pub fn storage_iter<T>(
module: &[u8],
item: &[u8]
) -> PrefixIterator<(Vec<u8, Global>, T), ()> ⓘwhere
T: Decode,
Expand description
Construct iterator to iterate over map items in module
for the map called item
.