option model (#5)

* option model

* enum model
This commit is contained in:
Aiden McClelland
2021-04-26 14:40:37 -06:00
committed by Aiden McClelland
parent 32f52b4335
commit 43763539cd

View File

@@ -18,8 +18,8 @@ mod transaction;
mod test;
pub use handle::{DbHandle, PatchDbHandle};
pub use json_ptr;
pub use json_patch;
pub use json_ptr;
pub use locker::{LockType, Locker};
pub use model::{
BoxModel, HasModel, Map, MapModel, Model, ModelData, ModelDataMut, OptionModel, VecModel,