Skip to main content

scan_with

Function scan_with 

Source
pub fn scan_with<F>(
    core: &Core,
    binding: &Arc<dyn OperatorBinding>,
    source: NodeId,
    fold: F,
    seed: HandleId,
    opts: OperatorOpts,
) -> OperatorRegistration
where F: Fn(HandleId, HandleId) -> HandleId + Send + Sync + 'static,
Expand description

scan with explicit OperatorOpts.