pub trait Node<C = Ulid> { // Required method fn cursor(&self) -> C; }
A node in a page, with a cursor
The cursor of that particular node