Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/src/collections/btree/
Dmap.rs1918 pub(super) struct ExtractIfInner<'a, K, V> { struct
1920 length: &'a mut usize,
1923 dormant_root: Option<DormantMutRef<'a, Root<K, V>>>,
1927 cur_leaf_edge: Option<Handle<NodeRef<marker::Mut<'a>, K, V, marker::Leaf>, marker::Edge>>,
1958 impl<'a, K, V> ExtractIfInner<'a, K, V> { implementation