Enum collections::btree::node::InsertResult
[−]
[src]
pub enum InsertResult<'a, K, V, Type> {
Fit(Handle<NodeRef<Mut<'a>, K, V, Type>, KV>),
Split(NodeRef<Mut<'a>, K, V, Type>, K, V, Root<K, V>),
}Unstable (
collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead
Variants
Fit | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
Split | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |