fn merge_instances(base: &mut Raw<Protocol>, addition: &Raw<Protocol>)Expand description
Concatenates the instances of addition onto base, keeping every other
field from base. Both bodies are opaque JSON, so a malformed side is left
alone rather than dropped.