Trait rspolib::Merge

source ·
pub trait Merge {
    // Required method
    fn merge(&mut self, other: Self);
}
Expand description

Merge entries and files

Required Methods§

source

fn merge(&mut self, other: Self)

Merge a struct with another of the same type

Implementors§