simple

Function simple 

Source
pub async fn simple<'c, INPUT, OUTPUT, CONTEXT, OUTPORT, F, E>(
    input: BoxStream<VPacket<INPUT>>,
    outputs: &mut OUTPORT,
    ctx: &'c CONTEXT,
    func: &'static F,
) -> Result<(), E>
Expand description

Operation helper for common binary operations that have one output.