Skip to main content

paired_right_stream

Function paired_right_stream 

Source
pub async fn paired_right_stream<'c, LEFT, RIGHT, OUTPUT, CONTEXT, OUTPORT, F, E>(
    left: BoxStream<VPacket<LEFT>>,
    right: BoxStream<VPacket<RIGHT>>,
    outputs: &mut OUTPORT,
    ctx: &'c CONTEXT,
    func: &'static F,
) -> Result<(), E>
Expand description

Operation helper for common for binary operations that pair single packets with potential streams of packets.