Searched refs:cursor_front (Results 1 – 3 of 3) sorted by relevance
722 pub fn cursor_front(&mut self) -> Cursor<'_, T, ID> { in cursor_front() method
261 pub fn cursor_front(&self) -> Option<Cursor<'_, K, V>> { in cursor_front() method 808 /// let cursor = tree.cursor_front().unwrap();
301 let mut cursor = self.delivered_deaths.cursor_front(); in pull_delivered_death()