| 81 | |
| 82 | #[derive(Debug, Serialize, Deserialize, Clone)] |
| 83 | pub struct MetadataIndexItem { |
| 84 | pub kvs: Vec<KVPair>, |
| 85 | pub id: u128, |
| 86 | pub vector_index: usize, |
| 87 | // pub namespaced_id: String, |
| 88 | } |
| 89 | |
| 90 | impl Display for MetadataIndexItem { |
| 91 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected