Skip to main content

extract_command_exec_output_delta

Function extract_command_exec_output_delta 

Source
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.