Skip to main content

map_with

Function map_with 

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

map with explicit OperatorOpts.