pub fn extract_command_exec_output_delta(
envelope: &Envelope,
) -> Option<CommandExecOutputDeltaNotification>Expand description
Parse one command/exec/outputDelta notification into a typed payload.
Allocation: one params clone for serde deserialization. Complexity: O(n), n = delta payload size.