referrerpolicy=no-referrer-when-downgrade

RawCursorOf

Type Alias 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§

pub struct RawCursorOf<T>(/* private fields */);