to_lifecycle_node

Function to_lifecycle_node 

Source
pub fn to_lifecycle_node<TN, I, O, Err, A>(
    transform_node: TN,
) -> impl LifecycleNode<TransformContext<I>, A, PrepOutput = I, ExecOutput = O>
where TN: TransformNode<I, O, Err> + Send + Sync + 'static, I: Clone + Send + Sync + 'static, O: Clone + Send + Sync + 'static, Err: Error + Send + Sync + 'static + Into<FloxideError>, A: ActionType + Default + Send + Sync + 'static,
Expand description

Convert a TransformNode to a LifecycleNode