Module merge

Source
Expand description

The Merge trait and utilities accompanying it.

Structs§

Error
Error returned by Merge.
MergeCell
A memory location that allows repeated merging.
Trace
A backtrace-like structure to store traces.
TraceIter
Iterator for Trace.

Enums§

ErrorKind
Kind of Error.

Traits§

Context
Extension trait for Result.
IteratorExt
Extension trait for Iterator.
Merge
A value that may be merged.

Functions§

merge
Merge this and other.