pub trait IntoCursor { type Cursor: Cursor; // Required method fn into_cursor(self) -> Self::Cursor; }