pub type IdentifierOf<T> = BoundedVec<u8, <T as Config>::IdentifierMaxLen>;
Expand description
Convenience alias for the identifier of a migration.
Aliased Type§
struct IdentifierOf<T>(/* private fields */);
pub type IdentifierOf<T> = BoundedVec<u8, <T as Config>::IdentifierMaxLen>;
Convenience alias for the identifier of a migration.
struct IdentifierOf<T>(/* private fields */);