pub trait Merge { // Required method fn merge(&mut self, other: Self); }
Merge entries and files
Merge a struct with another of the same type