Cursor

Type Alias Cursor 

Source
pub type Cursor = BoundedVec<u8, ConstU32<1024>>;
Expand description

The cursor used to encode the position (usually the last iterated key) of the current migration step.

Aliased Typeยง

pub struct Cursor(/* private fields */);