Enum collections::btree::map::UnderflowResult
[−]
[src]
enum UnderflowResult<'a, K, V> {
AtRoot,
EmptyParent(NodeRef<Mut<'a>, K, V, Internal>),
Merged(NodeRef<Mut<'a>, K, V, Internal>),
Stole(NodeRef<Mut<'a>, K, V, Internal>),
}Unstable (
collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead
Variants
AtRoot | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
EmptyParent | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
Merged | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
Stole | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |