Function merge

Source
pub fn merge<T>(this: T, other: T) -> Result<T, Error>
where T: Merge,
Expand description

Merge this and other.

Equivalent to: this.merge(other).