mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
doc: add doc about values difference
This commit is contained in:
parent
b80a70bb2d
commit
565ed3b01b
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ impl From<LoroValue> for InsertValue {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// [InsertValue] can be inserted to Map or List
|
/// [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)]
|
#[derive(Debug, PartialEq, Clone)]
|
||||||
pub enum InsertValue {
|
pub enum InsertValue {
|
||||||
Null,
|
Null,
|
||||||
|
|
Loading…
Reference in a new issue