MCPcopy Create free account
hub / github.com/cosdata/cosdata / TreeMapKey

Interface TreeMapKey

src/models/tree_map.rs:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22pub trait TreeMapKey: std::hash::Hash + Eq {
23 fn key(&self) -> u64;
24}
25
26impl TreeMapKey for u32 {
27 fn key(&self) -> u64 {

Callers

nothing calls this directly

Implementers 4

tree_map.rssrc/models/tree_map.rs
versioning.rssrc/models/versioning.rs
types.rssrc/models/types.rs
collection_transaction.rssrc/models/collection_transaction.rs

Calls

no outgoing calls

Tested by

no test coverage detected