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 */);pub type RawCursorOf<T> = BoundedVec<u8, <T as Config>::CursorMaxLen>;Convenience alias for the raw inner cursor of a migration.
struct RawCursorOf<T>(/* private fields */);