MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / TreeDeserialization

Interface TreeDeserialization

src/structures/tree/serialization.rs:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3}
4
5pub trait TreeDeserialization {
6 fn deserialize(data: &[u8]) -> Self
7 where
8 Self: Sized;
9}
10
11impl TreeDeserialization for i32 {
12 fn deserialize(data: &[u8]) -> Self {

Callers

nothing calls this directly

Implementers 4

metadata_index.rssrc/structures/metadata_index.rs
wal.rssrc/structures/wal.rs
inverted_index.rssrc/structures/inverted_index.rs
serialization.rssrc/structures/tree/serialization.rs

Calls

no outgoing calls

Tested by

no test coverage detected