Skip to main content

forward_input

Function forward_input 

Source
pub fn forward_input<I: 'static, O: 'static>(
    from: &Place<I>,
    to: &Place<O>,
) -> Out
Expand description

Forward consumed input value to output place on timeout.