Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/src/collections/
Dlinked_list.rs1504 pub fn as_cursor(&self) -> Cursor<'_, T, A> { in as_cursor() method
/third_party/rust/rust/library/alloc/src/collections/btree/
Dmap.rs3093 pub fn as_cursor(&self) -> Cursor<'_, K, V> { in as_cursor() method