Import IterableStorage* traits by decl_storage! (#6907)

Import `IterableStorageMap` and `IterableStorageDoubleMap` automatically
by `decl_storage!` as the other storage traits.
This commit is contained in:
Bastian Köcher
2020-08-18 09:36:58 +02:00
committed by GitHub
parent 807329ddb8
commit f58e950415
@@ -416,6 +416,8 @@ pub fn decl_storage_impl(input: proc_macro::TokenStream) -> proc_macro::TokenStr
StorageMap as _,
StorageDoubleMap as _,
StoragePrefixedMap as _,
IterableStorageMap as _,
IterableStorageDoubleMap as _,
};
#scrate_decl