Enum collections::btree::search::SearchResult
[−]
[src]
pub enum SearchResult<BorrowType, K, V, FoundType, GoDownType> { Found(Handle<NodeRef<BorrowType, K, V, FoundType>, KV>), GoDown(Handle<NodeRef<BorrowType, K, V, GoDownType>, Edge>), }
Unstable (
collections
#27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead
Variants
Found | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
GoDown | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |