mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
Merge pull request #205 from meilisearch/expose-types
Expose the UpdateType
This commit is contained in:
commit
9774db6011
@ -22,7 +22,7 @@ pub use self::number::{Number, ParseNumberError};
|
|||||||
pub use self::ranked_map::RankedMap;
|
pub use self::ranked_map::RankedMap;
|
||||||
pub use self::raw_document::RawDocument;
|
pub use self::raw_document::RawDocument;
|
||||||
pub use self::store::Index;
|
pub use self::store::Index;
|
||||||
pub use self::update::{UpdateStatus, UpdateResult};
|
pub use self::update::{UpdateStatus, UpdateResult, UpdateType};
|
||||||
|
|
||||||
use zerocopy::{AsBytes, FromBytes};
|
use zerocopy::{AsBytes, FromBytes};
|
||||||
use ::serde::{Serialize, Deserialize};
|
use ::serde::{Serialize, Deserialize};
|
||||||
|
Loading…
Reference in New Issue
Block a user