(&self, f: &mut std::fmt::Formatter<'_>)
| 16 | |
| 17 | impl Display for InvertedIndexItem { |
| 18 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 19 | write!(f, "InvertedIndexItem {{ ... }}") |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | impl TreeSerialization for InvertedIndexItem { |
nothing calls this directly
no outgoing calls
no test coverage detected