pub type AutoLimits<T> = StorageValue<_GeneratedPrefixForStorageAutoLimits<T>, Option<MigrationLimits>, ValueQuery>;Expand description
The limits that are imposed on automatic migrations.
If set to None, then no automatic migration happens.
Storage type is [StorageValue] with value type Option < MigrationLimits >.
Aliased Type§
struct AutoLimits<T>(/* private fields */);