Home
last modified time | relevance | path

Searched defs:cursor_front (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dlist.rs595 pub fn cursor_front(&mut self) -> Cursor<'_, T, ID> { in cursor_front() method
H A Drbtree.rs240 pub fn cursor_front(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_front() method