Add docs for History
This commit is contained in:
parent
d23fad5382
commit
806a5bc113
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ pub enum History {
|
||||||
RemovedFromRight = "RemovedFromRight",
|
RemovedFromRight = "RemovedFromRight",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Simple enum for describing the result of `reconcile` in a flat list.
|
||||||
|
/// When compiled to WASM, the enum values are the same as their names.
|
||||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||||
#[cfg(not(feature = "wasm"))]
|
#[cfg(not(feature = "wasm"))]
|
||||||
pub enum History {
|
pub enum History {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue