Type Alias pallet_migrations::RawCursorOf
source · pub type RawCursorOf<T> = BoundedVec<u8, <T as Config>::CursorMaxLen>;
Expand description
Convenience alias for the raw inner cursor of a migration.
Aliased Type§
struct RawCursorOf<T>(/* private fields */);