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

Method fmt

src/structures/inverted_index.rs:18–20  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

16
17impl Display for InvertedIndexItem {
18 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
19 write!(f, "InvertedIndexItem {{ ... }}")
20 }
21}
22
23impl TreeSerialization for InvertedIndexItem {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected