Crate merge_rs

Source

Traits§

Merge
Trait for types that support merging two values and producing a new value with the result of the merge. The input values are left unchanged.
MergeMut
Trait for types that support merging two values and replace the target values with the result of the merge operation.

Derive Macros§

Merge
MergeMut