Skip to main content

to_process

Function to_process 

Source
pub fn to_process<T, F>(
    graph: &Graph,
    source: &Node<T>,
    command_of: F,
) -> OutboundBundle<T, ProcessResult>
where T: Clone + 'static, F: Fn(&T) -> ProcessCommand + 'static,
Expand description

Creates or computes to_process.