-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add MergeFrom trait to conflate
This adds a `MergeFrom` trait to the `conflate` crate. This trait is used to merge two values of the same type, and creates a new value that is the result of the merge. The `MergeFrom` trait is implemented for all types that implement the `Merge` trait. Signed-off-by: simonsan <[email protected]>
- Loading branch information
Showing
1 changed file
with
124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters