doc: add doc about values difference

This commit is contained in:
Zixuan Chen 2022-10-28 15:24:44 +08:00
parent b80a70bb2d
commit 565ed3b01b

View file

@ -50,6 +50,7 @@ impl From<LoroValue> for InsertValue {
}
/// [InsertValue] can be inserted to Map or List
/// It's different from [LoroValue] because some of the states in [LoroValue] are illegal to be inserted
#[derive(Debug, PartialEq, Clone)]
pub enum InsertValue {
Null,