Enum collections::btree::node::ForceResult
[−]
[src]
pub enum ForceResult<Leaf, Internal> {
Leaf(Leaf),
Internal(Internal),
}Unstable (
collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead
Variants
Leaf | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
Internal | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |