pub fn merge_metadata_into(
target: &mut Option<JsonObject>,
incoming: Option<&JsonObject>,
)Expand description
The in-place form of merge_metadata, for a consumer folding a stream
of events into one message without cloning the accumulated object on every
delta.