pub type NextInstanceId<T> = StorageValue<_GeneratedPrefixForStorageNextInstanceId<T>, InstanceId, ValueQuery>;Expand description
The next permanent instance identifier to allocate.
Storage type is [StorageValue] with value type InstanceId.
Aliased Type§
pub struct NextInstanceId<T>(/* private fields */);