Expose the UpdateType

This commit is contained in:
Clément Renault 2019-10-10 10:22:18 +02:00
parent 9ed6752573
commit 46c19dfc5a
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -22,7 +22,7 @@ pub use self::number::{Number, ParseNumberError};
pub use self::ranked_map::RankedMap;
pub use self::raw_document::RawDocument;
pub use self::store::Index;
pub use self::update::{UpdateStatus, UpdateResult};
pub use self::update::{UpdateStatus, UpdateResult, UpdateType};
use zerocopy::{AsBytes, FromBytes};
use ::serde::{Serialize, Deserialize};