Introduce the AttrCount type

This commit is contained in:
Clément Renault
2019-11-27 17:01:23 +01:00
committed by Clément Renault
parent 5b9fff6636
commit 11f3d7782d
7 changed files with 22 additions and 14 deletions

View File

@ -25,7 +25,7 @@ pub use self::ranked_map::RankedMap;
pub use self::raw_document::RawDocument;
pub use self::store::Index;
pub use self::update::{EnqueuedUpdateResult, ProcessedUpdateResult, UpdateStatus, UpdateType};
pub use meilisearch_types::{DocIndex, DocumentId, Highlight};
pub use meilisearch_types::{DocIndex, DocumentId, Highlight, AttrCount};
#[doc(hidden)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]