Expand description
The Merge
trait and utilities accompanying it.
Structs§
- Error
- Error returned by
Merge
. - Merge
Cell - A memory location that allows repeated merging.
- Trace
- A backtrace-like structure to store traces.
- Trace
Iter - Iterator for
Trace
.
Enums§
Traits§
- Context
- Extension trait for
Result
. - Iterator
Ext - Extension trait for
Iterator
. - Merge
- A value that may be merged.
Functions§
- merge
- Merge
this
andother
.