pub type NextCollectionId<T> = StorageValue<_GeneratedPrefixForStorageNextCollectionId<T>, CollectionId, ValueQuery>;Expand description
The next collection identifier to allocate.
Storage type is [StorageValue] with value type CollectionId.
Aliased Type§
pub struct NextCollectionId<T>(/* private fields */);