Enum std::collections::hash_map::SearchResult
[−]
[src]
enum SearchResult<K, V, M> { FoundExisting(FullBucket<K, V, M>), TableRef(M), }
A result that works like Option
Variants
FoundExisting | |
TableRef |