Function collections::btree::search::search_node
[−]
[src]
pub fn search_node<BorrowType, K, V, Type, Q: ?Sized>(node: NodeRef<BorrowType, K, V, Type>, key: &Q) -> SearchResult<BorrowType, K, V, Type, Type> where Q: Ord, K: Borrow<Q>
Unstable (
collections
#27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead