pub fn to_process_with_options<T, F>(
graph: &Graph,
source: &Node<T>,
command_of: F,
opts: OutboundAdapterOptions,
) -> OutboundBundle<T, ProcessResult>Expand description
Creates or computes to_process_with_options.
pub fn to_process_with_options<T, F>(
graph: &Graph,
source: &Node<T>,
command_of: F,
opts: OutboundAdapterOptions,
) -> OutboundBundle<T, ProcessResult>Creates or computes to_process_with_options.