pub type Cursor = BoundedVec<u8, ConstU32<1024>>;
The cursor used to encode the position (usually the last iterated key) of the current migration step.
struct Cursor(/* private fields */);