pub type MockedIdentifier = BoundedVec<u8, ConstU32<256>>;
Opaque identifier of a migration.
struct MockedIdentifier(/* private fields */);